mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-18 03:21:45 +02:00
sweep: fix bug in mock interface
This commit is contained in:
@@ -338,7 +338,7 @@ func (m *MockAuxSweeper) DeriveSweepAddr(_ []input.Input,
|
||||
Value: 123,
|
||||
PkScript: changePkScript.DeliveryAddress,
|
||||
},
|
||||
IsExtra: false,
|
||||
IsExtra: true,
|
||||
InternalKey: fn.None[keychain.KeyDescriptor](),
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user