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
Describe the bug
Both GetInvokeResult and GetVerificationResult methods use signers.Witnesses field (here and here), but this field is always null, because it is never unmarshalled from JSON (see SignersFromJSON method, it unmarshals signers only and does not pay attention to witnesses).
This issue might not be so critical for invokefunction and invokescript RPC calls, but it is important for the new invokecontractverify RPC call.
Expected behavior
Signer's witnesses should be taken into account during invokefunction, invokescript and invokecontractverify RPC-calls handling.
The text was updated successfully, but these errors were encountered:
Describe the bug
Both
GetInvokeResult
andGetVerificationResult
methods usesigners.Witnesses
field (here and here), but this field is always null, because it is never unmarshalled from JSON (see SignersFromJSON method, it unmarshals signers only and does not pay attention to witnesses).This issue might not be so critical for
invokefunction
andinvokescript
RPC calls, but it is important for the newinvokecontractverify
RPC call.Expected behavior
Signer's witnesses should be taken into account during
invokefunction
,invokescript
andinvokecontractverify
RPC-calls handling.The text was updated successfully, but these errors were encountered: