mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
multi: update linter, fix new issues
This commit is contained in:
@@ -212,8 +212,8 @@ func (w *mockWalletController) ReleaseOutput(wtxmgr.LockID,
|
||||
return nil
|
||||
}
|
||||
|
||||
func (w *mockWalletController) ListLeasedOutputs() ([]*base.ListLeasedOutputResult, //nolint:lll
|
||||
error) {
|
||||
func (w *mockWalletController) ListLeasedOutputs() (
|
||||
[]*base.ListLeasedOutputResult, error) {
|
||||
|
||||
return nil, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user