multi: fix linter warnings with updated linter

This commit is contained in:
Olaoluwa Osuntokun
2023-08-22 16:20:33 -07:00
parent 7506383074
commit 92da6b1d44
11 changed files with 23 additions and 26 deletions

View File

@@ -211,7 +211,7 @@ func (w *WitnessScriptDesc) WitnessScriptToSign() []byte {
// An error is returned if the path is unknown. This is useful as when
// constructing a contrl block for a given path, one also needs witness script
// being signed.
func (w *WitnessScriptDesc) WitnessScriptForPath(path input.ScriptPath,
func (w *WitnessScriptDesc) WitnessScriptForPath(_ input.ScriptPath,
) ([]byte, error) {
return w.WitnessScript, nil