We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b0517 commit b629fc9Copy full SHA for b629fc9
1 file changed
crates/proto/src/generated/rpc.rs
@@ -446,7 +446,7 @@ pub struct SyncChainMmrResponse {
446
#[prost(message, optional, tag = "1")]
447
pub block_range: ::core::option::Option<BlockRange>,
448
/// Data needed to update the partial MMR from `request.block_range.block_from + 1` to
449
- /// `pagination_info.block_num`.
+ /// `response.block_range.block_to` or the chain tip.
450
#[prost(message, optional, tag = "2")]
451
pub mmr_delta: ::core::option::Option<super::primitives::MmrDelta>,
452
}
0 commit comments