Fix typo in re-export

This commit is contained in:
Shing Him Ng 2024-12-01 20:59:46 -06:00
parent 58b087d946
commit 8b41ecb427
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,