fix inconsistency
This commit is contained in:
parent
91df514bd6
commit
3f3aec850e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user