sweep: fix bug in mock interface

This commit is contained in:
ziggie
2025-09-04 00:35:06 +02:00
parent d257198365
commit 5bcea78dc2

View File

@@ -338,7 +338,7 @@ func (m *MockAuxSweeper) DeriveSweepAddr(_ []input.Input,
Value: 123,
PkScript: changePkScript.DeliveryAddress,
},
IsExtra: false,
IsExtra: true,
InternalKey: fn.None[keychain.KeyDescriptor](),
})
}