diff --git a/core/state_processor_rip7560.go b/core/state_processor_rip7560.go index 9dd0229826..8370f5046d 100644 --- a/core/state_processor_rip7560.go +++ b/core/state_processor_rip7560.go @@ -146,7 +146,7 @@ func BuyGasRip7560Transaction(st *types.Rip7560AccountAbstractionTx, state vm.St chargeFrom := st.Sender if st.Paymaster != nil && st.Paymaster.Cmp(common.Address{}) != 0 { - chargeFrom = *st.Paymaster + chargeFrom = st.Paymaster } if have, want := state.GetBalance(*chargeFrom), balanceCheck; have.Cmp(want) < 0 {