We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0054f commit 93b0831Copy full SHA for 93b0831
bitcoin/examples/ecdsa-psbt.rs
@@ -90,7 +90,7 @@ fn main() -> Result<()> {
90
Ok(())
91
}
92
93
-// We cache the pubkeys for convenience because it requires a scep context to convert the private key.
+// We cache the pubkeys for convenience because it requires a secp context to convert the private key.
94
/// An example of an offline signer i.e., a cold-storage device.
95
struct ColdStorage {
96
/// The master extended private key.
@@ -150,7 +150,7 @@ impl ColdStorage {
150
151
152
153
-/// An example of an watch-only online wallet.
+/// An example of a watch-only online wallet.
154
struct WatchOnly {
155
/// The xpub for account 0 derived from derivation path "m/84h/0h/0h".
156
account_0_xpub: Xpub,
0 commit comments