We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a635090 + 732390e commit d1ba70eCopy full SHA for d1ba70e
release_notes.md
@@ -25,4 +25,7 @@ This file tracks release notes for the loop client.
25
26
#### Bug Fixes
27
28
+* Loop now supports being hooked up to a remote signing pair of `lnd` nodes,
29
+ as long as `lnd` is `v0.14.3-beta` or later.
30
+
31
#### Maintenance
sweep/sweeper.go
@@ -61,7 +61,8 @@ func (s *Sweeper) CreateSweepTx(
61
signDesc := lndclient.SignDescriptor{
62
WitnessScript: htlc.Script(),
63
Output: &wire.TxOut{
64
- Value: int64(amount),
+ Value: int64(amount),
65
+ PkScript: htlc.PkScript,
66
},
67
HashType: txscript.SigHashAll,
68
InputIndex: 0,
0 commit comments