Skip to content

Commit

Permalink
Revert i64 for UInt64
Browse files Browse the repository at this point in the history
Further investigation is needed to see how OCaml decoding works here
  • Loading branch information
akoptelov committed Oct 3, 2023
1 parent c053953 commit ff04064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ pub struct NonZeroCurvePointUncompressedStableV1 {
/// Gid: `125`
/// Location: [src/int64.ml:6:6](https://github.com/MinaProtocol/mina/blob/14047c5551/src/int64.ml#L6)
#[derive(Clone, PartialEq, Serialize, Deserialize, BinProtRead, BinProtWrite, Deref)]
pub struct UnsignedExtendedUInt64Int64ForVersionTagsStableV1(pub crate::number::UInt64);
pub struct UnsignedExtendedUInt64Int64ForVersionTagsStableV1(pub crate::number::Int64);

/// **OCaml name**: `Unsigned_extended.UInt32.Stable.V1`
///
Expand Down

0 comments on commit ff04064

Please sign in to comment.