We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20dd4e commit 626b04fCopy full SHA for 626b04f
1 file changed
src/dynafed.rs
@@ -23,7 +23,7 @@ use bitcoin::hashes::{Hash, sha256, sha256d};
23
use crate::encode::{self, Encodable, Decodable};
24
use crate::Script;
25
26
-/// Dynamic federations paramaters, as encoded in a block header
+/// Dynamic federations parameters, as encoded in a block header
27
#[derive(Clone, Eq, Hash, PartialEq, PartialOrd, Ord)]
28
pub enum Params {
29
/// Null entry, used to signal "no vote" as a proposal
0 commit comments