File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The reason for splitting this out is so that other crates can depend on keys wit
2828(Note plural for crate name and singular for current module name, in line with what we did for
2929` address ` module and ` addresses ` crate.)
3030
31- Current public types in ` bitcoin::cryto ::key ` :
31+ Current public types in ` bitcoin::crypto ::key ` :
3232
3333- ` XOnlyPublicKey `
3434- ` PublicKey `
@@ -49,7 +49,7 @@ Looking at `bitcoin::crypto::key` there are some obvious things that will need f
4949
5050#### ` NetworkKind `
5151
52- Currently we are using ` bitcoin::network::NetworkKind ` in ` PriviateKey ` .
52+ Currently we are using ` bitcoin::network::NetworkKind ` in ` PrivateKey ` .
5353
5454- Used to get the first byte of WIF format
5555- Passed to functions that create addresses e.g., ` Address::p2pkh(key, network) `
You can’t perform that action at this time.
0 commit comments