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 d2fc5c5 commit 3e0f06cCopy full SHA for 3e0f06c
examples/pset_blind_coinjoin.rs
@@ -1,6 +1,6 @@
1
//! PSET coinjoin example
2
-//! 1. Person `A` create a transcation with 1 input and 3 outputs(1 fee output)
3
-//! 2. Person `B` takes the transcation from A and adds one input and two outputs
+//! 1. Person `A` create a transaction with 1 input and 3 outputs(1 fee output)
+//! 2. Person `B` takes the transaction from A and adds one input and two outputs
4
//! which transact another confidential asset
5
//! 3. Person `B` blinds it's own outputs and gives the pset back to A
6
//! 4. B completly blinds the transaction
0 commit comments