Skip to content

Commit 3e0f06c

Browse files
committed
Fix typo in examples/pset_blind_coinjoin.rs
1 parent d2fc5c5 commit 3e0f06c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pset_blind_coinjoin.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! 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
2+
//! 1. Person `A` create a transaction with 1 input and 3 outputs(1 fee output)
3+
//! 2. Person `B` takes the transaction from A and adds one input and two outputs
44
//! which transact another confidential asset
55
//! 3. Person `B` blinds it's own outputs and gives the pset back to A
66
//! 4. B completly blinds the transaction

0 commit comments

Comments
 (0)