Merge rust-bitcoin/rust-bitcoin#3689: Fix typo in re-export

8b41ecb427 Fix typo in re-export (Shing Him Ng)

Pull request description:

  Fix typo in re-export

ACKs for top commit:
  apoelstra:
    ACK 8b41ecb4270585652259277e7f132c8fbdcae953; successfully ran local tests
  tcharding:
    ACK 8b41ecb427

Tree-SHA512: 72de9268a509647d4ad4de931478582198071e5e26e5cb44beeca341e80b1fe380d45721ba8d8e871ae828c1e3740cb23dbc6fc635078fb39f909c625364e710
This commit is contained in:
merge-script 2024-12-02 13:28:04 +00:00
commit 37c5818297
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ pub mod taproot;
pub use primitives::{
block::{
Block, BlockHash, Checked as BlockChecked, Header as BlockHeader,
Unchecked as BockUnchecked, Validation as BlockValidation, WitnessCommitment,
Unchecked as BlockUnchecked, Validation as BlockValidation, WitnessCommitment,
},
merkle_tree::{TxMerkleNode, WitnessMerkleNode},
opcodes::Opcode,