mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
input/size: correct NestedP2WSHSize comment
This commit is contained in:
@ -38,7 +38,7 @@ const (
|
||||
|
||||
// NestedP2WSHSize 35 bytes
|
||||
// - OP_DATA: 1 byte (P2WSHSize)
|
||||
// - P2WSHWitnessProgram: 35 bytes
|
||||
// - P2WSHWitnessProgram: 34 bytes
|
||||
NestedP2WSHSize = 1 + P2WSHSize
|
||||
|
||||
// P2PKHOutputSize 34 bytes
|
||||
|
Reference in New Issue
Block a user