Patch for concurrent iterator & others (onto v1.11.6) #386
@ -71,7 +71,7 @@ func (s *PublicEthereumAPI) GasPrice(ctx context.Context) (*hexutil.Big, error)
|
|||||||
return (*hexutil.Big)(tipcap), err
|
return (*hexutil.Big)(tipcap), err
|
||||||
}
|
}
|
||||||
|
|
||||||
// MaxPriorityFeePerGas returns a suggestion for a gas tip cap for dynamic transactions.
|
// MaxPriorityFeePerGas returns a suggestion for a gas tip cap for dynamic fee transactions.
|
||||||
func (s *PublicEthereumAPI) MaxPriorityFeePerGas(ctx context.Context) (*hexutil.Big, error) {
|
func (s *PublicEthereumAPI) MaxPriorityFeePerGas(ctx context.Context) (*hexutil.Big, error) {
|
||||||
tipcap, err := s.b.SuggestGasTipCap(ctx)
|
tipcap, err := s.b.SuggestGasTipCap(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user