Skip to content

sendmany.py might try to RBF someone else's transaction #6

@sdaftuar

Description

@sdaftuar

I believe sendmany.py will do the wrong thing in the case where it tries to find a transaction to replace from your node.

Right now the code calls listunspent(0,0), but doesn't do additional filtering to ensure that the transaction you're trying to replace is one that you can actually sign for. In particular, if you have an unconfirmed transaction which someone else created that tries to pay you, you might try to RBF that, which is likely to fail...

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