Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MsgPack Marshal and Unmarshal function(Add Test Case And Change return value to unnamed) #263

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Add Test Case for MsgPack Marshal and Unmarshal
piyongcai-liucai committed Dec 6, 2021
commit 4526b4a8bd8435429854d1a12c2d24c7f2015eb5
1 change: 0 additions & 1 deletion decimal_magpack_test.go
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ func TestMsgPack(t *testing.T) {
if err != nil{
t.Error(err)
}
s = amount.String()

// MarshalMsg
var b []byte