Skip to content

Commit

Permalink
blockchain: Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
blukat29 committed Jun 21, 2024
1 parent 1c2cc0e commit 64b875f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions blockchain/state_transition.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,3 @@ func (st *StateTransition) refundGas(refundQuotient uint64) {
func (st *StateTransition) gasUsed() uint64 {
return st.initialGas - st.gas
}

func getBurnAmountMagma(fee *big.Int) *big.Int {
return new(big.Int).Div(fee, big.NewInt(2))
}

0 comments on commit 64b875f

Please sign in to comment.