From 3f3aec850eda8178657a7d41d3987f0355dae38c Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 15 Jul 2024 14:43:31 -0700 Subject: [PATCH] fix inconsistency --- transactions.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transactions.proto b/transactions.proto index 1003747..0d2ad55 100644 --- a/transactions.proto +++ b/transactions.proto @@ -27,7 +27,7 @@ message TransactionCreate { message TransactionUpdate { string ID = 1; optional int64 Value = 2; - optional int64 StateID = 3; + optional int32 StateID = 3; optional google.protobuf.Struct Data = 4; } -- 2.45.2