remove superfluous filter.
This commit is contained in:
parent
9412753ba3
commit
5a4b5ff97e
@ -710,10 +710,6 @@ func (a *EthModule) EthFeeHistory(ctx context.Context, p jsonrpc.RawParams) (eth
|
|||||||
|
|
||||||
txGasRewards := gasRewardSorter{}
|
txGasRewards := gasRewardSorter{}
|
||||||
for i, msg := range msgs {
|
for i, msg := range msgs {
|
||||||
if msg.VMMessage().From == builtintypes.SystemActorAddr {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
effectivePremium := msg.VMMessage().EffectiveGasPremium(basefee)
|
effectivePremium := msg.VMMessage().EffectiveGasPremium(basefee)
|
||||||
txGasRewards = append(txGasRewards, gasRewardTuple{
|
txGasRewards = append(txGasRewards, gasRewardTuple{
|
||||||
premium: effectivePremium,
|
premium: effectivePremium,
|
||||||
|
Loading…
Reference in New Issue
Block a user