Commit 98c3f544 authored by linj's avatar linj

add txIndex as primary key

parent 2089fa0d
...@@ -301,6 +301,7 @@ message LocalOrder { ...@@ -301,6 +301,7 @@ message LocalOrder {
int64 blockTime = 14; int64 blockTime = 14;
bool isSellOrder = 15; bool isSellOrder = 15;
string assetExec = 16; string assetExec = 16;
string txIndex = 17;
} }
service trade { service trade {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment