|
@ -417,6 +417,7 @@ const RippleJSBridge: WalletBridge<Transaction> = { |
|
|
const [last] = operations |
|
|
const [last] = operations |
|
|
const pendingOperations = a.pendingOperations.filter( |
|
|
const pendingOperations = a.pendingOperations.filter( |
|
|
o => |
|
|
o => |
|
|
|
|
|
!operations.some(op => o.hash === op.hash) && |
|
|
last && |
|
|
last && |
|
|
last.transactionSequenceNumber && |
|
|
last.transactionSequenceNumber && |
|
|
o.transactionSequenceNumber && |
|
|
o.transactionSequenceNumber && |
|
|