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
should see: json: cannot unmarshal object into Go struct field LedgerUpdate.state_changes.ledger_changes.Update.bytecode of type string
Expected behavior(s)
Return Operation
Any other useful info
This may be happening only because we are changing the bytecode in the purge call
we need to change type string towards type bytes: pkg/node/sendoperation/interfaces.go line 115
The text was updated successfully, but these errors were encountered:
The problem(s)
Calling purge from deweb SC fails when using station
To Reproduce
should see:
json: cannot unmarshal object into Go struct field LedgerUpdate.state_changes.ledger_changes.Update.bytecode of type string
Expected behavior(s)
Return Operation
Any other useful info
This may be happening only because we are changing the bytecode in the purge call
we need to change type string towards type bytes: pkg/node/sendoperation/interfaces.go line 115
The text was updated successfully, but these errors were encountered: