pub fn reward_beneficiary<SPEC, EXT, DB>( context: &mut Context<EXT, DB>, gas: &Gas, ) -> Result<(), EVMError<<DB as Database>::Error>>where SPEC: Spec, DB: Database,
Reward beneficiary with gas fee.