We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee13756 commit 9dc188bCopy full SHA for 9dc188b
1 file changed
README.md
@@ -112,18 +112,18 @@ path.
112
Note that you don't need to have provided the master private key if the path doesn't
113
include an index `>= HARDENED_INDEX`.
114
115
-### get_xpriv(path)
+#### get_xpriv(path)
116
117
Equivalent to `get_xpriv_from_path([])`.
118
119
-### get_xpriv_bytes(path)
+#### get_xpriv_bytes(path)
120
121
Equivalent to `get_xpriv([])`, but not serialized in base58
122
123
-### get_xpub(path)
+#### get_xpub(path)
124
125
Equivalent to `get_xpub_from_path([])`.
126
127
-### get_xpub_bytes(path)
+#### get_xpub_bytes(path)
128
129
Equivalent to `get_xpub([])`, but not serialized in base58
0 commit comments