Commit 2cb7709f authored by linj's avatar linj Committed by vipwzw

add terminated for means

add LocalUnfreeze for local db
parent 7b8fe675
......@@ -30,6 +30,7 @@ message Unfreeze {
FixAmount fixAmount = 10;
LeftProportion leftProportion = 11;
}
bool terminated = 12;
}
// 按时间固定额度解冻
......@@ -82,6 +83,11 @@ message ReceiptUnfreeze {
Unfreeze current = 2;
}
message LocalUnfreeze {
Unfreeze unfreeze = 1;
string txIndex = 2;
}
// query
message ReplyQueryUnfreezeWithdraw {
string unfreezeID = 1;
......
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