diff --git a/core/src/main/java/org/bitcoinj/crypto/DeterministicKey.java b/core/src/main/java/org/bitcoinj/crypto/DeterministicKey.java index 71a898de..5b6b3930 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() {