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: Checking failed:
error: mismatched types
--> 22e1ee1ca3a5c009.FIND:704:11
error: mismatched types
--> 22e1ee1ca3a5c009.FIND:709:11
error: mismatched types
--> 22e1ee1ca3a5c009.FIND:1138:11
error: too few arguments
--> 22e1ee1ca3a5c009.FIND:1225:3
--> e94086c98e5a3d75c4ba2c6e5159632a18a56864ccf398746bb4671a880787ea:44:8
|
44 | if !leaseCollection.check() {
45 | account.save(<- FIND.createEmptyLeaseCollection(), to: FIND.LeaseStoragePath)
46 | account.link<&FIND.LeaseCollection{FIND.LeaseCollectionPublic}>( FIND.LeasePublicPath, target: FIND.LeaseStoragePath)
47 | }
| ^