Skip to content

Commit

Permalink
cosmosv0 was missing the retry logic (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb authored Feb 17, 2020
1 parent de2cdcf commit 1ce2399
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 @@ -57,7 +57,7 @@ class CosmosV0API extends RESTDataSource {
// is overwritten in cosmos v2 to extract from a differnt result format
// some endpoints /blocks and /txs have a different response format so they use this.get directly
async query(url) {
return this.get(url)
return this.getRetry(url)
}

async getStakinDenom() {
Expand Down

0 comments on commit 1ce2399

Please sign in to comment.