mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-07-22 22:41:04 -04:00
log nonce
This commit is contained in:
parent
359ef927ab
commit
493f66c009
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +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}%`)
|
||||||
} 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…
Add table
Add a link
Reference in a new issue