mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 18:51:39 +00:00
@ -19,7 +19,7 @@ func TestMarshalJSON(t *testing.T) {
|
||||
Code: 1,
|
||||
Data: []byte("hello"),
|
||||
Gas: 43,
|
||||
Fee: 12,
|
||||
Fee: KI64Pair{[]byte("pho"), 12},
|
||||
}
|
||||
b, err = json.Marshal(&r1)
|
||||
assert.Nil(t, err)
|
||||
|
Reference in New Issue
Block a user