mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
DeterministicKey: Fix JavaDoc comment.
This commit is contained in:
committed by
Andreas Schildbach
parent
2992cc16ff
commit
38658a1ced
@@ -179,7 +179,7 @@ public class DeterministicKey extends ECKey {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the path through some {@link DeterministicHierarchy} which reaches this keys position in the tree.
|
* 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.
|
* the first child of that node.
|
||||||
*/
|
*/
|
||||||
public ImmutableList<ChildNumber> getPath() {
|
public ImmutableList<ChildNumber> getPath() {
|
||||||
|
Reference in New Issue
Block a user