mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-31 16:56:34 +00:00
cc0b2732ad
There is a missing check in `requestStorage()` on whether the `Request` contains an `Ask` where its `slots` is `> 0`. This allows for making storage request without slots. Not harmful but not a valid state of the system either. This commit adds that check and a test with batteries included.