Skip to content

Commit 6b54310

Browse files
author
jagdeep sidhu
committed
Revert "Update Step1SysToEth.js"
This reverts commit 7fdf103.
1 parent 7fdf103 commit 6b54310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wizard/Step1SysToEth.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Step1 extends Component {
9191
sysChangeAddress
9292
) {
9393
const feeRate = new sjs.utils.BN(10);
94-
const txOpts = { rbf: true };
94+
const txOpts = { rbf: true, memo: Buffer.from(ethAddressStripped, "hex") };
9595
const dataScript = bitcoin.payments.embed({ data: [Buffer.from(ethAddressStripped, "hex")] }).output
9696
const dataOutput = {
9797
script: dataScript,
@@ -100,8 +100,8 @@ class Step1 extends Component {
100100
outputsArr.push(dataOutput)
101101
const res = await this.syscoinjs.createTransaction(
102102
txOpts,
103-
sysChangeAddress,
104103
outputsArr,
104+
sysChangeAddress,
105105
feeRate,
106106
xpub
107107
);

0 commit comments

Comments
 (0)