add todo
This commit is contained in:
parent
778768dbf7
commit
8cded9f8d2
@ -641,6 +641,7 @@ func (a *EthModule) EthFeeHistory(ctx context.Context, p jsonrpc.RawParams) (eth
|
|||||||
GasUsedRatio: gasUsedRatioArray,
|
GasUsedRatio: gasUsedRatioArray,
|
||||||
}
|
}
|
||||||
if params.RewardPercentiles != nil {
|
if params.RewardPercentiles != nil {
|
||||||
|
// TODO: populate reward percentile
|
||||||
reward := make([][]ethtypes.EthBigInt, 0)
|
reward := make([][]ethtypes.EthBigInt, 0)
|
||||||
ret.Reward = &reward
|
ret.Reward = &reward
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user