1
0
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:
Dan Finlay 2017-08-23 23:24:01 -07:00
parent 17a71a9b4c
commit 803e696cdc

View File

@ -69,7 +69,7 @@ function getHighestContinuousFrom (txList, startPoint) {
highest++
}
return { name: 'local', nonce: highest, details: { startPoint, highest } }
return highest
}
function getHighestNonce (txList) {