Skip to content

Commit

Permalink
Correct a compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyrk committed Aug 20, 2019
1 parent 1b47225 commit 0e9c291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions balances/burns.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func NewBurnTracking(balanceTracker *BalanceTracker) *BurnTracking {
}

func (b *BurnTracking) UpdateBurns(c *config.Config, startBlock int64) error {
return nil // Disable this for now, we are not using it
network, err := common.LoadConfigNetwork(c)
if err != nil {
panic("cannot find the network designation for updating burn txs")
Expand Down

0 comments on commit 0e9c291

Please sign in to comment.