Skip to content

Commit 3a696fb

Browse files
committed
Revert i64 for UInt64
Further investigation is needed to see how OCaml decoding works here
1 parent cac72de commit 3a696fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mina-p2p-messages/src/v2/generated.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ pub struct NonZeroCurvePointUncompressedStableV1 {
792792
/// Gid: `125`
793793
/// Location: [src/int64.ml:6:6](https://github.com/MinaProtocol/mina/blob/14047c5551/src/int64.ml#L6)
794794
#[derive(Clone, PartialEq, Serialize, Deserialize, BinProtRead, BinProtWrite, Deref)]
795-
pub struct UnsignedExtendedUInt64Int64ForVersionTagsStableV1(pub crate::number::UInt64);
795+
pub struct UnsignedExtendedUInt64Int64ForVersionTagsStableV1(pub crate::number::Int64);
796796

797797
/// **OCaml name**: `Unsigned_extended.UInt32.Stable.V1`
798798
///

0 commit comments

Comments
 (0)