Commit ac538ec8 authored by vipwzw's avatar vipwzw

auto ci

parent b3e4a93e
...@@ -151,7 +151,6 @@ func calcOnesOrderPrefixStatus(addr string, status int32) []byte { ...@@ -151,7 +151,6 @@ func calcOnesOrderPrefixStatus(addr string, status int32) []byte {
// return []byte(fmt.Sprintf(buyOrderSHTAS+"%d", status)) // return []byte(fmt.Sprintf(buyOrderSHTAS+"%d", status))
//} //}
func genSellMarketOrderKeyValue(kv []*types.KeyValue, receipt *pty.ReceiptSellBase, status int32, func genSellMarketOrderKeyValue(kv []*types.KeyValue, receipt *pty.ReceiptSellBase, status int32,
height int64, value []byte) []*types.KeyValue { height int64, value []byte) []*types.KeyValue {
...@@ -195,5 +194,3 @@ func genSellMarketOrderKeyValue(kv []*types.KeyValue, receipt *pty.ReceiptSellBa ...@@ -195,5 +194,3 @@ func genSellMarketOrderKeyValue(kv []*types.KeyValue, receipt *pty.ReceiptSellBa
func calcPriceOfToken(priceBoardlot, AmountPerBoardlot int64) int64 { func calcPriceOfToken(priceBoardlot, AmountPerBoardlot int64) int64 {
return 1e8 * priceBoardlot / AmountPerBoardlot return 1e8 * priceBoardlot / AmountPerBoardlot
} }
This diff is collapsed.
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