Skip to content

Commit 8853329

Browse files
Roasbeefguggero
authored andcommitted
contractcourt: set resolution blob in commitSweepResolver
1 parent ccc1fa1 commit 8853329

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contractcourt/commit_sweep_resolver.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,18 @@ func (c *commitSweepResolver) Resolve(_ bool) (ContractResolver, error) {
345345
&c.commitResolution.SelfOutputSignDesc,
346346
c.broadcastHeight, c.commitResolution.MaturityDelay,
347347
c.leaseExpiry,
348+
input.WithResolutionBlob(
349+
c.commitResolution.ResolutionBlob,
350+
),
348351
)
349352
} else {
350353
inp = input.NewCsvInput(
351354
&c.commitResolution.SelfOutPoint, witnessType,
352355
&c.commitResolution.SelfOutputSignDesc,
353356
c.broadcastHeight, c.commitResolution.MaturityDelay,
357+
input.WithResolutionBlob(
358+
c.commitResolution.ResolutionBlob,
359+
),
354360
)
355361
}
356362

0 commit comments

Comments
 (0)