Skip to content

Commit b629fc9

Browse files
committed
codegen
1 parent e5b0517 commit b629fc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/proto/src/generated

crates/proto/src/generated/rpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ pub struct SyncChainMmrResponse {
446446
#[prost(message, optional, tag = "1")]
447447
pub block_range: ::core::option::Option<BlockRange>,
448448
/// Data needed to update the partial MMR from `request.block_range.block_from + 1` to
449-
/// `pagination_info.block_num`.
449+
/// `response.block_range.block_to` or the chain tip.
450450
#[prost(message, optional, tag = "2")]
451451
pub mmr_delta: ::core::option::Option<super::primitives::MmrDelta>,
452452
}

0 commit comments

Comments
 (0)