Skip to content

Commit 2a4485f

Browse files
committed
Fix typo
1 parent 789fc15 commit 2a4485f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17_3_Using_BIP32_in_Libwally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Alternatively, you can use the `bip32_key_from_parent_alloc` function, which jus
9797
struct ext_key *key_address;
9898
lw_response = bip32_key_from_parent_alloc(key_external,0,BIP32_FLAG_KEY_PRIVATE,&key_address);
9999
```
100-
> :warning: **WARNING::** At some point in this hierarchy, you might decide to generate `BIP32_FLAG_KEY_PUBLIC` instead of `BIP32_FLAG_KEY_PRIVATE`. Obviously this decision will be based on your security and your needs, but remember that you only need a public key to generate the actual address.
100+
> :warning: **WARNING:** At some point in this hierarchy, you might decide to generate `BIP32_FLAG_KEY_PUBLIC` instead of `BIP32_FLAG_KEY_PRIVATE`. Obviously this decision will be based on your security and your needs, but remember that you only need a public key to generate the actual address.
101101
102102
### Generate an Address
103103

0 commit comments

Comments
 (0)