filecoin-project/go-state-types

[Version 17 Shark Upgrade] the param of method UniversalReceiverHook doesn't implement cbor.Er

XianLeiGirl opened this issue · 1 comments

go-state-types: v0.9.8
The params of UniversalReceiverHook for account and multisig should implement the interface cbor.Er instead of *[]byte type. The unified format facilitates data parsing.

Fixed by #119