Browse Source

Update RippleJSBridge.js

gre-patch-1
Gaëtan Renaudeau 6 years ago
committed by GitHub
parent
commit
6eeb1d79e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/bridge/RippleJSBridge.js

2
src/bridge/RippleJSBridge.js

@ -218,7 +218,7 @@ const txToOperation = (account: Account) => ({
}
const op: $Exact<Operation> = {
id,
id: `${account.id}-${id}-${type}`,
hash: id,
accountId: account.id,
type,

Loading…
Cancel
Save