Skip to content

Commit 8b41ecb

Browse files
committed
Fix typo in re-export
1 parent 58b087d commit 8b41ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub mod taproot;
123123
pub use primitives::{
124124
block::{
125125
Block, BlockHash, Checked as BlockChecked, Header as BlockHeader,
126-
Unchecked as BockUnchecked, Validation as BlockValidation, WitnessCommitment,
126+
Unchecked as BlockUnchecked, Validation as BlockValidation, WitnessCommitment,
127127
},
128128
merkle_tree::{TxMerkleNode, WitnessMerkleNode},
129129
opcodes::Opcode,

0 commit comments

Comments
 (0)