Browse Source
Merge pull request #1233 from gre/fix-ripple-offset
Fixes 'Ledger Sequence too high'
master
Gaëtan Renaudeau
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/bridge/RippleJSBridge.js
|
|
@ -69,6 +69,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) |
|
|
|