From efb92ea6a0b7c2a1eef3382a25d7bf6e9fda9ab6 Mon Sep 17 00:00:00 2001 From: xiaolou86 <20718693+xiaolou86@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:12:06 +0800 Subject: [PATCH 1/2] Fix typo in examples/pset_blind_coinjoin.rs --- examples/pset_blind_coinjoin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pset_blind_coinjoin.rs b/examples/pset_blind_coinjoin.rs index 0e86bd03..66ae0abd 100644 --- a/examples/pset_blind_coinjoin.rs +++ b/examples/pset_blind_coinjoin.rs @@ -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 From 198c167445c5bc79d3cbc6c2dcf73bb9f667cfa2 Mon Sep 17 00:00:00 2001 From: xiaolou86 <20718693+xiaolou86@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:12:19 +0800 Subject: [PATCH 2/2] Fix typo in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 739da2d2..eb578dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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