Commit 1023e7c9 authored by gshx's avatar gshx

Merge branch 'heco-testnet' of https://code.wuban.net.cn/liwei/multisend into heco-testnet

parents cbc3e5b1 6d97e4ab
......@@ -137,11 +137,17 @@ func (web *WebServicer) ParamHandler(w http.ResponseWriter, r *http.Request) {
MaxToAddrsNum int64 `json:"max_to_addrs_num"`
MaxRequestAmount int64 `json:"max_request_amount"`
MaxTxCount int64 `json:"max_tx_count"`
SuggestRequestAmount int64 `json:"suggest_request_amount"`
SuggestTxCount int64 `json:"suggest_tx_count"`
SuggestEveryTxAmount int64 `json:"suggest_every_tx_amount"`
}{}
resp.MaxToAddrsNum = MaxToAddrsNum
resp.MaxTxCount = MaxTxCount
resp.MaxRequestAmount = MaxRequestAmount
resp.SuggestRequestAmount = 1000000
resp.SuggestTxCount = 1000000
resp.SuggestEveryTxAmount = 1
for i := 1; i <= 1001; i++ {
......
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