sweepbatcher: optional change in sweep struct

This commit adds an optional change output to the sweep struct.
This commit is contained in:
Slyghtning 2025-07-18 11:05:01 +02:00
parent 94168c3fe5
commit f30db74756
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

@ -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.