mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
input/size: correct NestedP2WSHSize comment
This commit is contained in:
parent
852ab592bb
commit
ae815f221f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const (
|
||||||
|
|
||||||
// NestedP2WSHSize 35 bytes
|
// NestedP2WSHSize 35 bytes
|
||||||
// - OP_DATA: 1 byte (P2WSHSize)
|
// - OP_DATA: 1 byte (P2WSHSize)
|
||||||
// - P2WSHWitnessProgram: 35 bytes
|
// - P2WSHWitnessProgram: 34 bytes
|
||||||
NestedP2WSHSize = 1 + P2WSHSize
|
NestedP2WSHSize = 1 + P2WSHSize
|
||||||
|
|
||||||
// P2PKHOutputSize 34 bytes
|
// P2PKHOutputSize 34 bytes
|
||||||
|
|
Loading…
Add table
Reference in a new issue