Skip to content

Commit

Permalink
fix staking denom (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitcoinera authored Mar 2, 2020
1 parent 7372521 commit 09efa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/source/cosmosV0-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class CosmosV0API extends RESTDataSource {
? this.reducers.transactionsReducerV2(
txs,
this.reducers,
this.getStakingDenom()
await this.getStakingDenom()
)
: []
}
Expand Down

0 comments on commit 09efa0f

Please sign in to comment.