From b12f559b85074309d308b19b1af04447cb6de026 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Sat, 22 Aug 2015 12:53:47 +1000 Subject: [PATCH] HDNode: consistent capitalization in comments --- src/hdnode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hdnode.js b/src/hdnode.js index d519f2c..4cb117f 100644 --- a/src/hdnode.js +++ b/src/hdnode.js @@ -168,7 +168,7 @@ HDNode.prototype.toBase58 = function (__isPrivate) { buffer.writeUInt32BE(this.parentFingerprint, 5) // 4 bytes: child number. This is the number i in xi = xpar/i, with xi the key being serialized. - // This is encoded in Big endian. (0x00000000 if master key) + // This is encoded in big endian. (0x00000000 if master key) buffer.writeUInt32BE(this.index, 9) // 32 bytes: the chain code