Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> cd33b3295444808feb5be1a63c06c4444f4dba7c6892e659816f73280e93ba72:31:33
|
31 | let refundCreationFee <- agency.createSocialEntrustedAccount(
32 | platform: platform,
33 | platformId: platformId,
34 | hexPublicKey: hexPublicKey,
35 | hexSignature: hexSignature,
36 | timestamp: timestamp,
37 | cap
38 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: assertion failed: Invalid signature
--> b7248baa24a95c3f.EVMAgent:414:12
|
414 | assert(
415 | isValid,
416 | message: "Invalid signature"
417 | )
| ^