Skip to content

Commit 50faef5

Browse files
committed
fix: coinspecific update in withdraw fix
TICKET: BTC-2343
1 parent 6507583 commit 50faef5

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)