Skip to content

Commit

Permalink
Merge #198: Fix typos
Browse files Browse the repository at this point in the history
198c167 Fix typo in CHANGELOG.md (xiaolou86)
efb92ea Fix typo in examples/pset_blind_coinjoin.rs (xiaolou86)

Pull request description:

ACKs for top commit:
  delta1:
    ACK 198c167
  apoelstra:
    ACK 198c167

Tree-SHA512: 8f7f309b5de17764a4bdef947af6fa491a2c8a84bc747f8e4777ea52b1e64e6c9f46aa5b72b10f48a3e1416f21bd3728c74cab57001a7828b0e2c0b2fa5b9045
  • Loading branch information
apoelstra committed Feb 1, 2024
2 parents 2a2e43e + 198c167 commit 40bf7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- `Block`, `BlockHeader`, `PeginData`, `PegoutData` loose the Default impl
- update rust-bitcoin to 0.29.1
- update secp256k1-zkp to 0.7.0
- update bitcoin_hases to 0.11.0
- update bitcoin_hashes to 0.11.0

# 0.19.2 - 2022-06-16

Expand Down
2 changes: 1 addition & 1 deletion examples/pset_blind_coinjoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! 2. Person `B` takes the transaction from A and adds one input and two outputs
//! which transact another confidential asset
//! 3. Person `B` blinds it's own outputs and gives the pset back to A
//! 4. B completly blinds the transaction
//! 4. B completely blinds the transaction
//! 5. B signs the blinded Transaction and sends it back to A
//! 6. A signs it's input
//! 7. A finalizes the pset
Expand Down

0 comments on commit 40bf7c9

Please sign in to comment.