fix inconsistency #2

Merged
Quaternions merged 1 commits from fix-inconsistency into master 2024-07-19 19:00:54 +00:00
Showing only changes of commit 3f3aec850e - Show all commits

View File

@ -27,7 +27,7 @@ message TransactionCreate {
message TransactionUpdate { message TransactionUpdate {
string ID = 1; string ID = 1;
optional int64 Value = 2; optional int64 Value = 2;
optional int64 StateID = 3; optional int32 StateID = 3;
optional google.protobuf.Struct Data = 4; optional google.protobuf.Struct Data = 4;
} }