Skip to content

Commit

Permalink
修复获取交易记录行数
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashang committed Sep 29, 2022
1 parent 220d73d commit e69cade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/service/task_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func Trc20CallBack(token string, wg *sync.WaitGroup) {
endTime := carbon.Now().TimestampWithMillisecond()
resp, err := client.R().SetQueryParams(map[string]string{
"sort": "-timestamp",
"limit": "500",
"limit": "50",
"start": "0",
"direction": "2",
"db_version": "1",
Expand Down

0 comments on commit e69cade

Please sign in to comment.