mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-20 13:53:19 +02:00
input: note to update witness type protobuf
This commit is contained in:
parent
396a138fb7
commit
d8b9a2d042
@ -47,6 +47,8 @@ type StandardWitnessType uint16
|
|||||||
// WitnessType interface.
|
// WitnessType interface.
|
||||||
var _ WitnessType = (StandardWitnessType)(0)
|
var _ WitnessType = (StandardWitnessType)(0)
|
||||||
|
|
||||||
|
// NOTE: When adding a new `StandardWitnessType`, also update the `WitnessType`
|
||||||
|
// protobuf enum and the `allWitnessTypes` map in the `walletrpc` package.
|
||||||
const (
|
const (
|
||||||
// CommitmentTimeLock is a witness that allows us to spend our output
|
// CommitmentTimeLock is a witness that allows us to spend our output
|
||||||
// on our local commitment transaction after a relative lock-time
|
// on our local commitment transaction after a relative lock-time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user