Skip to content

Commit 37c5818

Browse files
committed
Merge rust-bitcoin#3689: Fix typo in re-export
8b41ecb Fix typo in re-export (Shing Him Ng) Pull request description: Fix typo in re-export ACKs for top commit: apoelstra: ACK 8b41ecb; successfully ran local tests tcharding: ACK 8b41ecb Tree-SHA512: 72de9268a509647d4ad4de931478582198071e5e26e5cb44beeca341e80b1fe380d45721ba8d8e871ae828c1e3740cb23dbc6fc635078fb39f909c625364e710
2 parents 58b087d + 8b41ecb commit 37c5818

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)