Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
remove block height support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexalouit committed Mar 11, 2022
1 parent 607f359 commit eb7198f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/families/cosmos/js-synchronisation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eb7198f

Please sign in to comment.