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 made a transaction via notary contract that contains three cosigners:
proxy contract,
multiaddress wallet,
notary contract.
This transaction was successfully created by notary contract and then included in the block.
I have an application that subscribed to a new blocks via WSClient. When block with notary transaction appears, WSClient closes notification channel. I found out, that such blocks fail at err = json.Unmarshal(slice[0], val)here. It throws 'size' doesn't match transaction size error.
The text was updated successfully, but these errors were encountered:
neo-go version 0.94.0-pre-41-g61e04f04
I made a transaction via notary contract that contains three cosigners:
This transaction was successfully created by notary contract and then included in the block.
I have an application that subscribed to a new blocks via
WSClient
. When block with notary transaction appears,WSClient
closes notification channel. I found out, that such blocks fail aterr = json.Unmarshal(slice[0], val)
here. It throws'size' doesn't match transaction size
error.The text was updated successfully, but these errors were encountered: