mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Make method return a number
This commit is contained in:
parent
17a71a9b4c
commit
803e696cdc
@ -69,7 +69,7 @@ function getHighestContinuousFrom (txList, startPoint) {
|
|||||||
highest++
|
highest++
|
||||||
}
|
}
|
||||||
|
|
||||||
return { name: 'local', nonce: highest, details: { startPoint, highest } }
|
return highest
|
||||||
}
|
}
|
||||||
|
|
||||||
function getHighestNonce (txList) {
|
function getHighestNonce (txList) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user