AddKey and DeleteKey Action unsmarshal failed
Closed this issue · 3 comments
rqzrqh commented
{ "AddKey": { "access_key": { "nonce": 0, "permission": "FullAccess" }, "public_key": "ed25519:Gm4dtdpxNhAyZRDNnjFxiU3P7SMhAnPvpK7YVehFdJgh" } }
The prefix of the public_key field is 'ed25519:', the action unmarshal function pass it to base58 decoder, however it can't be recognized.
mikroskeem commented
Can you give transaction hash & network?
rqzrqh commented
ChunkHash
HLMacUFENvU9M2zkBwcjQrwo6RCMKiBBU5H5GQE4mmhh
mikroskeem commented
Fixed as of a674113, thank you.