Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Apr 10, 2020
1 parent 7322a36 commit e289562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ In case of error, an empty list is returned.
print(PathParser.Parse("m/0'/1'/2"))
# Same but skipping the master. Print: [2147483648, 2147483649, 2]
print(PathParser.Parse("0'/1'/2", True))
# 'p' can be used as an alternative character instead of '
print(PathParser.Parse("m/0p/1p/2"))
# Error path: empty list returned. Print: []
print(PathParser.Parse("m/0'/abc/2"))

Expand Down

0 comments on commit e289562

Please sign in to comment.