Browse Source

Fixes 'Ledger Sequence too high'

this error was related to when you don't sign on the device fast enough. this should increase the accepted time.
master
Gaëtan Renaudeau 7 years ago
parent
commit
735d1c8ec4
  1. 1
      src/bridge/RippleJSBridge.js

1
src/bridge/RippleJSBridge.js

@ -68,6 +68,7 @@ async function signAndBroadcast({ a, t, deviceId, isCancelled, onSigned, onOpera
}
const instruction = {
fee: formatAPICurrencyXRP(t.fee).value,
maxLedgerVersionOffset: 12,
}
const prepared = await api.preparePayment(a.freshAddress, payment, instruction)

Loading…
Cancel
Save