Commit 7cece249 authored by linj's avatar linj

remove TODO

parent 9f357df6
...@@ -18,7 +18,6 @@ func calcTokenBuyID(hash string) string { ...@@ -18,7 +18,6 @@ func calcTokenBuyID(hash string) string {
return buyIDPrefix + hash return buyIDPrefix + hash
} }
// TODO 价格增加编码, 更大的范围 (由于支持自由的交易对)
// make a number as token's price whether cheap or dear // make a number as token's price whether cheap or dear
// support 1e8 bty pre token or 1/1e8 bty pre token, [1Coins, 1e16Coins] // support 1e8 bty pre token or 1/1e8 bty pre token, [1Coins, 1e16Coins]
// the number in key is used to sort buy orders and pages // the number in key is used to sort buy orders and pages
......
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