Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: assertion failed: Sender has not enough balance to disperse
--> f64049a05c41a91c629a5d3bd283da9fcfb413436c438d6479fa5dcec4c7fd76:9:8
|
9 | assert(
10 | vaultRef.balance >= UFix64(to.length) * amount,
11 | message: "Sender has not enough balance to disperse"
12 | )
| ^