Compare commits

..

No commits in common. "f8d480e834dcb946364d04bb4502c9b8936015c6" and "5cfa6745a61e068d78d5b6cdf5b285ef882b101d" have entirely different histories.

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 int32 StateID = 3; optional int64 StateID = 3;
optional google.protobuf.Struct Data = 4; optional google.protobuf.Struct Data = 4;
} }