mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
nonce-tracker - getlocalNextNonce - add entry to nonceDetails
This commit is contained in:
parent
a7e3dc8327
commit
6d596bd9e6
@ -105,7 +105,7 @@ class NonceTracker {
|
||||
// no local tx history so next must be first (zero)
|
||||
nextNonce = 0
|
||||
}
|
||||
const nonceDetails = { highestNonce }
|
||||
const nonceDetails = { highestNonce, haveHighestNonce }
|
||||
return { name: 'local', nonce: nextNonce, details: nonceDetails }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user