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: cannot deploy invalid contract
--> 1025f7918cec87c98bee0ae3dda0ef557cfeb107132360e2369d01b678828a3e:3:2
|
3 | signer.contracts.update(name: name, code: code.decodeHex())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: mismatched types
--> 9212a87501a8a6a2.OrdinalVendor:121:20
|
121 | return (self.owner! as auth(Storage) &Account).storage.borrow<&{IMinter}>(from: /storage/ordinalMinter)
| ^^^^^^^^^^ expected `auth(Storage) &Account?`, got `&Account?`