You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to call a method on a smart contract that was not properly white listed in NEF permissions list.
The error message was not so help full
Engine State Fault: Exception has been thrown by the target of an invocation. [TargetInvocationException]
Contract Exception: Cannot Call Method Neo.SmartContract.Manifest.ContractMethodDescriptor Of Contract 0x17dc5af926d8fcdb55e2c0a4d95433913e002423 From Contract 0xdd80e618e328203461db2d422d93d54b3f4a6cd6 [InvalidOperationException]
Gas Consumed: 0.1919967
Specifically this part "Cannot Call Method Neo.SmartContract.Manifest.ContractMethodDescriptor" should probably print the (iirc) name attribute instead
The text was updated successfully, but these errors were encountered:
I was trying to call a method on a smart contract that was not properly white listed in NEF permissions list.
The error message was not so help full
Specifically this part "Cannot Call Method Neo.SmartContract.Manifest.ContractMethodDescriptor" should probably print the (iirc)
name
attribute insteadThe text was updated successfully, but these errors were encountered: