Skip to content

Commit 6bedd9e

Browse files
committed
sweepbatcher: optional change in sweep struct
This commit adds an optional change output to the sweep struct.
1 parent c87bd5d commit 6bedd9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sweepbatcher/sweep_batch.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ type sweep struct {
125125

126126
// presigned is set, if the sweep should be handled in presigned mode.
127127
presigned bool
128+
129+
// change is the optional change output of the sweep.
130+
change *wire.TxOut
128131
}
129132

130133
// batchState is the state of the batch.

0 commit comments

Comments
 (0)