diff --git a/src/families/cosmos/js-synchronisation.ts b/src/families/cosmos/js-synchronisation.ts index 2603895f74..8495212a50 100644 --- a/src/families/cosmos/js-synchronisation.ts +++ b/src/families/cosmos/js-synchronisation.ts @@ -24,7 +24,7 @@ const txToOps = (info: any, id: string, txs: any): Operation[] => { value: new BigNumber(0), fee: fees, blockHash: null, - blockHeight: tx.height, + blockHeight: null, senders: [] as string[], recipients: [] as string[], accountId: id,