Merge pull request #4062 from cfromknecht/size-typo

input/size: correct NestedP2WSHSize comment
This commit is contained in:
Olaoluwa Osuntokun 2020-03-10 17:40:44 -07:00 committed by GitHub
commit 113c5c2054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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