Add Test Case for MsgPack Marshal and Unmarshal

This commit is contained in:
13981712066 2021-12-06 09:11:14 +08:00
parent 879e52d70a
commit 4526b4a8bd

View file

@ -20,7 +20,6 @@ func TestMsgPack(t *testing.T) {
if err != nil{
t.Error(err)
}
s = amount.String()
// MarshalMsg
var b []byte