Skip to content

Commit c003fa4

Browse files
committed
Fix readme
1 parent 37e12bf commit c003fa4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ readme:
1313
cargo readme -i src/lib.rs -r cggmp21/ -t ../docs/README.tpl --no-indent-headings \
1414
| sed -E 's/(\/\*.+\*\/)/\1;/' \
1515
| sed -E '/^\[`.+`\]:/d' \
16+
| sed -E 's/\[`([^`]*)`\]\(.+?\)/`\1`/g' \
1617
| sed -E 's/\[`([^`]*)`\]/`\1`/g' \
1718
| perl -ne 's/(?<!!)\[([^\[]+?)\]\([^\(]+?\)/\1/g; print;' \
1819
| sed -E '/^#$$/d' \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ derive as many child keys as needed. Child key derivation takes place within sig
151151
practically at no cost.
152152

153153
In order to use HD wallets, `hd-wallets` feature must be enabled. Then, a master key needs to be
154-
generated by running a regular key generation protocol with `hd_wallet`(keygen::GenericKeygenBuilder::hd_wallet)
154+
generated by running a regular key generation protocol with `hd_wallet`
155155
set to `true`.
156156

157157
When master key is generated, you can issue a signature for child key by setting

0 commit comments

Comments
 (0)