Make method return a number

feature/default_network_editable
Dan Finlay 7 years ago
parent 17a71a9b4c
commit 803e696cdc
  1. 2
      app/scripts/migrations/019.js

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

Loading…
Cancel
Save