wtclient: error on unknown witness type for backup task
This commit is contained in:
parent
74416c63f8
commit
97cb030854
@ -1,6 +1,8 @@
|
|||||||
package wtclient
|
package wtclient
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"fmt"
|
||||||
|
|
||||||
"github.com/btcsuite/btcd/blockchain"
|
"github.com/btcsuite/btcd/blockchain"
|
||||||
"github.com/btcsuite/btcd/btcec"
|
"github.com/btcsuite/btcd/btcec"
|
||||||
"github.com/btcsuite/btcd/txscript"
|
"github.com/btcsuite/btcd/txscript"
|
||||||
@ -293,6 +295,9 @@ func (t *backupTask) craftSessionPayload(
|
|||||||
fallthrough
|
fallthrough
|
||||||
case input.CommitmentNoDelay:
|
case input.CommitmentNoDelay:
|
||||||
copy(justiceKit.CommitToRemoteSig[:], signature[:])
|
copy(justiceKit.CommitToRemoteSig[:], signature[:])
|
||||||
|
default:
|
||||||
|
return hint, nil, fmt.Errorf("invalid witness type: %v",
|
||||||
|
inp.WitnessType())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user