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 dbeaf61 commit d7a00c4Copy full SHA for d7a00c4
examples/pset_blind_coinjoin.rs
@@ -31,7 +31,7 @@ use elements::hex::FromHex;
31
use rand::SeedableRng;
32
33
// Assume txouts are simple pay to wpkh
34
-// and keep the secrets correponding to
+// and keep the secrets corresponding to
35
// confidential txouts
36
#[derive(Debug, Clone)]
37
struct Secrets {
examples/raw_blind.rs
@@ -27,7 +27,7 @@ use rand::SeedableRng;
27
static PARAMS: AddressParams = AddressParams::ELEMENTS;
28
29
30
0 commit comments