From ae815f221facb67be8f038e16fdf0ed0ab02266d Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Mon, 9 Mar 2020 18:34:09 -0700 Subject: [PATCH] input/size: correct NestedP2WSHSize comment --- input/size.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/size.go b/input/size.go index a9406f8a..7f9444b6 100644 --- a/input/size.go +++ b/input/size.go @@ -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