Skip to content

add drop tx from mempool feature #9

Description

@pythcoiner

there is no rpc method for that, but we can:

  • make a copy of all tx in mempool
  • bump minrelayfee for erase all tx
  • set minrelayfee to initial value
  • broadcast all saved tx but the one we want drop (or use importmempool)

it's a bit ugly but should be useful for testing

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions