Add code property to IndexedTx in bcp package

This commit is contained in:
Simon Warta 2020-03-18 11:09:02 +01:00
parent 48c754f325
commit 7b62f40ef5

View File

@ -284,6 +284,7 @@ describe("decode", () => {
const txsResponse: IndexedTx = {
height: 2823,
hash: testdata.txId,
code: 0,
rawLog: '[{"msg_index":0,"success":true,"log":""}]',
logs: [],
tx: cosmoshub.tx,
@ -314,6 +315,7 @@ describe("decode", () => {
const txsResponse: IndexedTx = {
height: 2823,
hash: testdata.txId,
code: 0,
rawLog: '[{"msg_index":0,"success":true,"log":""}]',
logs: [],
tx: cosmoshub.tx,