From a0fe3822fc6fc80f4d1d1c971850a652610fd5e3 Mon Sep 17 00:00:00 2001 From: Jonathan Gillham Date: Wed, 1 Oct 2014 18:14:42 +0100 Subject: [PATCH] Fixed minTxInPayload documentation. --- msgtx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgtx.go b/msgtx.go index 394fc6ba..d1aed731 100644 --- a/msgtx.go +++ b/msgtx.go @@ -33,7 +33,7 @@ const defaultTxInOutAlloc = 15 const ( // minTxInPayload is the minimum payload size for a transaction input. - // PreviousOutpoint.Hash + PreviousOutpoint.Index 4 bytes + Varint for + // PreviousOutPoint.Hash + PreviousOutPoint.Index 4 bytes + Varint for // SignatureScript length 1 byte + Sequence 4 bytes. minTxInPayload = 9 + HashSize