Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/start-network-with-latest-p…
Browse files Browse the repository at this point in the history
…rotocol-version' into feat/start-network-with-latest-protocol-version
  • Loading branch information
shumkov committed Oct 5, 2024
2 parents 27bb92f + 3ab1f02 commit 6d939cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub(crate) fn consensus_params_update(
)),
version => Err(Error::Execution(ExecutionError::UnknownVersionMismatch {
method: "consensus_params_update".to_string(),
known_versions: vec![0],
known_versions: vec![0, 1],
received: version,
})),
}
Expand Down

0 comments on commit 6d939cc

Please sign in to comment.