diff --git a/src/consensus/params.rs b/src/consensus/params.rs index fe4d65c8..09feebed 100644 --- a/src/consensus/params.rs +++ b/src/consensus/params.rs @@ -40,6 +40,7 @@ const MAX_BITS_REGTEST: Uint256 = Uint256([ ]); /// Parameters that influence chain consensus. +#[non_exhaustive] #[derive(Debug, Clone)] pub struct Params { /// Network for which parameters are valid.