mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
sweepbatcher: optional change in sweep struct
This commit adds an optional change output to the sweep struct.
This commit is contained in:
parent
94168c3fe5
commit
f30db74756
1 changed files with 3 additions and 0 deletions
|
|
@ -125,6 +125,9 @@ type sweep struct {
|
|||
|
||||
// presigned is set, if the sweep should be handled in presigned mode.
|
||||
presigned bool
|
||||
|
||||
// change is the optional change output of the sweep.
|
||||
change *wire.TxOut
|
||||
}
|
||||
|
||||
// batchState is the state of the batch.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue