fix nonce log
This commit is contained in:
parent
493f66c009
commit
8accbb2e6b
@ -66,7 +66,7 @@ class Fetcher {
|
|||||||
async fetchNonce() {
|
async fetchNonce() {
|
||||||
try {
|
try {
|
||||||
config.nonce = await this.web3.eth.getTransactionCount(this.web3.eth.defaultAccount)
|
config.nonce = await this.web3.eth.getTransactionCount(this.web3.eth.defaultAccount)
|
||||||
console.log(`Current nonce: ${config.nonce}%`)
|
console.log(`Current nonce: ${config.nonce}`)
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.error('fetchNonce failed', e.message)
|
console.error('fetchNonce failed', e.message)
|
||||||
setTimeout(this.fetchNonce, 3000)
|
setTimeout(this.fetchNonce, 3000)
|
||||||
|
Loading…
Reference in New Issue
Block a user