From 38658a1ced995b8544489715b9b746d22a966e61 Mon Sep 17 00:00:00 2001 From: Oscar Guindzberg Date: Tue, 27 Nov 2018 02:25:58 -0300 Subject: [PATCH] DeterministicKey: Fix JavaDoc comment. --- core/src/main/java/org/bitcoinj/crypto/DeterministicKey.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/bitcoinj/crypto/DeterministicKey.java b/core/src/main/java/org/bitcoinj/crypto/DeterministicKey.java index 71a898de6..5b6b39302 100644 --- a/core/src/main/java/org/bitcoinj/crypto/DeterministicKey.java +++ b/core/src/main/java/org/bitcoinj/crypto/DeterministicKey.java @@ -179,7 +179,7 @@ public class DeterministicKey extends ECKey { /** * Returns the path through some {@link DeterministicHierarchy} which reaches this keys position in the tree. - * A path can be written as 1/2/1 which means the first child of the root, the second child of that node, then + * A path can be written as 0/1/0 which means the first child of the root, the second child of that node, then * the first child of that node. */ public ImmutableList getPath() {