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 @@ -29,7 +29,7 @@ The reason for splitting this out is so that other crates can depend on keys wit
2929(Note plural for crate name and singular for current module name, in line with what we did for
3030` address ` module and ` addresses ` crate.)
3131
32- Current public types in ` bitcoin::cryto ::key ` :
32+ Current public types in ` bitcoin::crypto ::key ` :
3333
3434- ` XOnlyPublicKey `
3535- ` PublicKey `
@@ -50,7 +50,7 @@ Looking at `bitcoin::crypto::key` there are some obvious things that will need f
5050
5151#### ` NetworkKind `
5252
53- Currently we are using ` bitcoin::network::NetworkKind ` in ` PriviateKey ` .
53+ Currently we are using ` bitcoin::network::NetworkKind ` in ` PrivateKey ` .
5454
5555- Used to get the first byte of WIF format
5656- Passed to functions that create addresses e.g., ` Address::p2pkh(key, network) `
You can’t perform that action at this time.
0 commit comments