Skip to content

Commit

Permalink
Update eth/api_debug.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ziogaschr authored Aug 29, 2023
1 parent f1a6ddf commit e8e0cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/api_debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit e8e0cf3

Please sign in to comment.