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

fmt

parent 73281d19
......@@ -138,7 +138,6 @@ func calcOnesBuyOrderPrefixStatus(addr string, status int32) []byte {
// revoke: RevokeSell RevokeBuy
// buy/sell 两种类型
// 目前页面是按addr, 状态来
//
func calcOnesOrderKey(addr string, status int32, ty int32, height int64, key string) []byte {
return []byte(fmt.Sprintf(orderASTHK+"%s:%d:%010d:%d:%s", addr, status, height, ty, key))
}
......
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