From eb7198f9ab1edef8a82a1edcccaefc9907e99868 Mon Sep 17 00:00:00 2001 From: Alexandre Alouit Date: Fri, 11 Mar 2022 10:57:15 +0100 Subject: [PATCH] remove block height support --- src/families/cosmos/js-synchronisation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,