From 0028f965b1c3f0a0582e63562f4a5e0d1f12d6a9 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 25 Sep 2014 15:39:21 -0500 Subject: [PATCH] typo fix: signnatures -> signatures --- src/bitcoin/transaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoin/transaction.js b/src/bitcoin/transaction.js index 5f6a2cabfa..45bcd10d3f 100644 --- a/src/bitcoin/transaction.js +++ b/src/bitcoin/transaction.js @@ -672,7 +672,7 @@ Transaction.prototype.signWithKey = function(key) { // a valid, parseable transaction that can be passed around in this // intermediate, partially signed state. // -// Returns the number of signnatures applied in this pass (kind of meaningless) +// Returns the number of signatures applied in this pass (kind of meaningless) Transaction.prototype.signWithMultiSigScript = function(key, redeemScript) { var hashType = 1; // SIGHASH_ALL var signatureCount = 0;