Skip to content

Commit 844577a

Browse files
committed
Merge #155: fix minor typo
626b04f chore: typo (Byron Hambly) Pull request description: Stumbled across this minor typo :) ACKs for top commit: apoelstra: ACK 626b04f Tree-SHA512: 7ed8429dc8eceb64f631e81f81f1c10bb2de4f3cedfb983e0e4aae50244a1291e33f5b742b08fe04f2707fcc83bf47ec1985a2fb4bc7d78f31339bc6208bbb43
2 parents a20dd4e + 626b04f commit 844577a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dynafed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use bitcoin::hashes::{Hash, sha256, sha256d};
2323
use crate::encode::{self, Encodable, Decodable};
2424
use crate::Script;
2525

26-
/// Dynamic federations paramaters, as encoded in a block header
26+
/// Dynamic federations parameters, as encoded in a block header
2727
#[derive(Clone, Eq, Hash, PartialEq, PartialOrd, Ord)]
2828
pub enum Params {
2929
/// Null entry, used to signal "no vote" as a proposal

0 commit comments

Comments
 (0)