diff --git a/eth/api_debug.go b/eth/api_debug.go index cd79681172..3f60f42055 100644 --- a/eth/api_debug.go +++ b/eth/api_debug.go @@ -412,6 +412,6 @@ func (api *DebugAPI) GetAccessibleState(from, to rpc.BlockNumber) (uint64, error // RemovePendingTransaction removes a transaction from the txpool. // It returns the transaction removed, if any. func (api *DebugAPI) RemovePendingTransaction(hash common.Hash) (*types.Transaction, error) { - // TODO (ziogaschr): add support for RemoveTx in bloppool + // TODO (ziogaschr): add support for RemoveTx in blobpool return nil, nil }