Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jewei1997 committed Sep 16, 2024
1 parent 424e099 commit 2d6592a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/state_transition.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ func (st *StateTransition) TransitionDb() (*ExecutionResult, error) {
// Sei doesn't don't burn the base fee and instead funds the Coinbase address with the base fee
totalFeePerGas := new(big.Int).Add(st.evm.Context.BaseFee, effectiveTip)
fee.Mul(fee, totalFeePerGas)
fmt.Println("In TransitionDB, effective tip = ", effectiveTip)
st.state.AddBalance(st.evm.Context.Coinbase, fee, tracing.BalanceIncreaseRewardTransactionFee)
}

Expand Down

0 comments on commit 2d6592a

Please sign in to comment.