diff --git a/src/bridge/RippleJSBridge.js b/src/bridge/RippleJSBridge.js index d78aa36d..31744b63 100644 --- a/src/bridge/RippleJSBridge.js +++ b/src/bridge/RippleJSBridge.js @@ -218,7 +218,7 @@ const txToOperation = (account: Account) => ({ } const op: $Exact = { - id, + id: `${account.id}-${id}-${type}`, hash: id, accountId: account.id, type,