Skip to content

Commit

Permalink
[comment] refs#295 remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Feb 26, 2020
1 parent dcc887b commit 3817705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/models/history/historyManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ func (hm *HistoryManager) init() {

hm.txnForAddresses = make(map[string][]core.Transaction, 0)
hm.newTxn = make(map[string][]core.Transaction, 0)
//updateTime := config.GetDataUpdateTime()
uptimeTicker := time.NewTicker( /*time.Duration(updateTime)*/ 10 * time.Second)
uptimeTicker := time.NewTicker(10 * time.Second)
historyManager = hm
hm.txnFinded = make(map[string]struct{}, 0)
go func() {
Expand Down

0 comments on commit 3817705

Please sign in to comment.