Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/proto/src/gen/tendermint.types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ pub struct EvidenceParams {
///
/// It should correspond with an app's "unbonding period" or other similar
/// mechanism for handling [Nothing-At-Stake
/// attacks](<https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQ#what-is-the-nothing-at-stake-problem-and-how-can-it-be-fixed>).
/// attacks](<https://github.com/ethereum/eth-wiki/blob/master/concepts/proof-of-stake-faqs.md#what-is-the-nothing-at-stake-problem-and-how-can-it-be-fixed>).
#[prost(message, optional, tag = "2")]
pub max_age_duration: ::core::option::Option<::pbjson_types::Duration>,
/// This sets the maximum size of total evidence in bytes that can be committed in a single block.
Expand Down
2 changes: 1 addition & 1 deletion proto/rust-vendored/tendermint/types/params.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ message EvidenceParams {
//
// It should correspond with an app's "unbonding period" or other similar
// mechanism for handling [Nothing-At-Stake
// attacks](https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQ#what-is-the-nothing-at-stake-problem-and-how-can-it-be-fixed).
// attacks](https://github.com/ethereum/eth-wiki/blob/master/concepts/proof-of-stake-faqs.md#what-is-the-nothing-at-stake-problem-and-how-can-it-be-fixed).
google.protobuf.Duration max_age_duration = 2
[(gogoproto.nullable) = false, (gogoproto.stdduration) = true];

Expand Down
Loading