Correct comment for 15-of-15 p2sh script size
commit675bcd5892bc6f8997e999fb2c7a7e70e449063e
authorMichael Ford <fanquake@gmail.com>
Sat, 28 Jun 2014 12:57:46 +0000 (28 20:57 +0800)
committerMichael Ford <fanquake@gmail.com>
Sat, 28 Jun 2014 12:57:46 +0000 (28 20:57 +0800)
tree166c020a8300a23cecdbb4a96928a670c6c886fd
parentba81f4560736861866822ebda2a8fbc4525d8da4
Correct comment for 15-of-15 p2sh script size

The original comment forgets to account for the script push which will
need an OP_PUSHDATA2 + 2-bytes for the 513 script bytes.

props davecgh
fixes #4224
src/main.cpp