blockchain33
Advanced tools
Comparing version 0.0.48 to 0.0.49
@@ -459,3 +459,3 @@ "use strict"; | ||
else | ||
return await this.getLimitter(net.id).schedule({ priority: 0 }, () => this.getProvider(net).getBlockWithTransactions(blockNumber)); | ||
return await this.getLimitter(net.id).schedule(() => this.getProvider(net).getBlockWithTransactions(blockNumber)); | ||
} | ||
@@ -466,3 +466,3 @@ async getBlockNumber(net) { | ||
else | ||
return await this.getLimitter(net.id).schedule({ priority: 0 }, () => this.getProvider(net).getBlockNumber()); | ||
return await this.getLimitter(net.id).schedule(() => this.getProvider(net).getBlockNumber()); | ||
} | ||
@@ -469,0 +469,0 @@ async getLogs(net, fromBlock, toBlock, address, topics) { |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.0.48", | ||
"version": "0.0.49", | ||
"description": "utilities for All blockchain like EVM (ETH)", | ||
@@ -14,0 +14,0 @@ "main": "dist/blockchain.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
570453