修复获取交易记录行数
This commit is contained in:
@@ -73,7 +73,7 @@ func Trc20CallBack(token string, wg *sync.WaitGroup) {
|
|||||||
endTime := carbon.Now().TimestampWithMillisecond()
|
endTime := carbon.Now().TimestampWithMillisecond()
|
||||||
resp, err := client.R().SetQueryParams(map[string]string{
|
resp, err := client.R().SetQueryParams(map[string]string{
|
||||||
"sort": "-timestamp",
|
"sort": "-timestamp",
|
||||||
"limit": "500",
|
"limit": "50",
|
||||||
"start": "0",
|
"start": "0",
|
||||||
"direction": "2",
|
"direction": "2",
|
||||||
"db_version": "1",
|
"db_version": "1",
|
||||||
|
|||||||
Reference in New Issue
Block a user