Skip to content

Commit 984f42a

Browse files
authored
Merge pull request #6877 from BitGo/BTC-2343-coinspecific-body-fix
fix: coinspecific update in withdraw fix
2 parents 278919e + 50faef5 commit 984f42a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/abstract-lightning/src/wallet/lightning.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,8 @@ export class LightningWallet implements ILightningWallet {
383383
)
384384
.send({
385385
unsignedCoinSpecific: {
386-
signature,
386+
coin: this.wallet.baseCoin.getChain(),
387+
data: { signature },
387388
},
388389
})
389390
.result()) as TxRequest;

0 commit comments

Comments
 (0)