mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
remove comment
This commit is contained in:
parent
00ef42b541
commit
de1c41d0e9
1 changed files with 0 additions and 1 deletions
|
|
@ -173,7 +173,6 @@ func (s *supply) OnBalanceChange(a common.Address, prevBalance, newBalance *big.
|
||||||
// at the end of the transaction.
|
// at the end of the transaction.
|
||||||
s.delta.Burn.Sub(s.delta.Burn, diff)
|
s.delta.Burn.Sub(s.delta.Burn, diff)
|
||||||
default:
|
default:
|
||||||
// fmt.Printf("~~\tNo need to take action. Change reason: %v\n\n", reason)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue