multi: remove unused LockOutpoint and UnlockOutpoint

This commit is contained in:
Alex Akselrod
2024-02-21 15:31:54 -08:00
parent cefbb77b1e
commit b9357fe830
4 changed files with 0 additions and 48 deletions

View File

@ -192,12 +192,6 @@ func (w *mockWalletController) ListTransactionDetails(int32, int32,
return nil, nil
}
// LockOutpoint currently does nothing.
func (w *mockWalletController) LockOutpoint(o wire.OutPoint) {}
// UnlockOutpoint currently does nothing.
func (w *mockWalletController) UnlockOutpoint(o wire.OutPoint) {}
// LeaseOutput returns the current time and a nil error.
func (w *mockWalletController) LeaseOutput(wtxmgr.LockID, wire.OutPoint,
time.Duration) (time.Time, []byte, btcutil.Amount, error) {