Skip to content

Commit

Permalink
missed serialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Nov 8, 2024
1 parent 9de6b11 commit d6ac94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static CUSTOM_TYPE_ATTRIBUTES: &[(&str, &str)] = &[

#[rustfmt::skip]
static CUSTOM_FIELD_ATTRIBUTES: &[(&str, &str)] = &[
(".celestia.da.DataAvailabilityHeader.row_roots", VEC_BASE64STRING),
(".celestia.core.v1.da.DataAvailabilityHeader.row_roots", VEC_BASE64STRING),
(".celestia.core.v1.da.DataAvailabilityHeader.column_roots", VEC_BASE64STRING),
#[cfg(not(feature = "tonic"))]
(".cosmos.base.abci.v1beta1.TxResponse.tx", OPTION_ANY),
Expand Down

0 comments on commit d6ac94a

Please sign in to comment.