Clean up files after rebase

This commit is contained in:
yaoandrew
2019-12-02 23:36:00 -06:00
committed by Ian Norden
parent 614ea3bba1
commit 5a1f599a4d
3 changed files with 22 additions and 25 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ package watcher
import (
"fmt"
"strconv"
"time"
"github.com/ethereum/go-ethereum/common"
@@ -123,7 +124,7 @@ func (storageWatcher StorageWatcher) processRow(diff utils.StorageDiff) {
}
return
}
logrus.Debug("Storage diff persisted at block height: " + strconv.Itoa(row.BlockHeight))
logrus.Debug("Storage diff persisted at block height: " + strconv.Itoa(diff.BlockHeight))
}
func (storageWatcher StorageWatcher) processQueue() {