Skip to content

Commit 93b0831

Browse files
authored
fix: improve comment accuracy in ecdsa-psbt example
1 parent 8b0054f commit 93b0831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitcoin/examples/ecdsa-psbt.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fn main() -> Result<()> {
9090
Ok(())
9191
}
9292

93-
// We cache the pubkeys for convenience because it requires a scep context to convert the private key.
93+
// We cache the pubkeys for convenience because it requires a secp context to convert the private key.
9494
/// An example of an offline signer i.e., a cold-storage device.
9595
struct ColdStorage {
9696
/// The master extended private key.
@@ -150,7 +150,7 @@ impl ColdStorage {
150150
}
151151
}
152152

153-
/// An example of an watch-only online wallet.
153+
/// An example of a watch-only online wallet.
154154
struct WatchOnly {
155155
/// The xpub for account 0 derived from derivation path "m/84h/0h/0h".
156156
account_0_xpub: Xpub,

0 commit comments

Comments
 (0)