Skip to content

Commit

Permalink
Michiel/add Akash validators (#540)
Browse files Browse the repository at this point in the history
* first steps

* Integrate validators feature for akashv0

* Simplify extending Cosmos logic

* Remove unused imports

* Uncomment networks

* Commnet livepeer mainnet network

* fix validators expected returns

* apply code review

* Fix version transactionsByHeight

Co-authored-by: michielmulders <[email protected]>
  • Loading branch information
Bitcoinera and michielmulders authored Mar 31, 2020
1 parent 79070b5 commit 82f9f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/source/akashV0-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class AkashV0API extends TerraV3API {
if (blockHeight) {
const response = await Promise.all([
this.getRetry(`blocks/${blockHeight}`),
this.getTransactionsByHeight(blockHeight)
this.getTransactionsV2ByHeight(blockHeight)
])
block = response[0]
transactions = response[1]
Expand Down

0 comments on commit 82f9f87

Please sign in to comment.