bitcoin-pow / BitcoinPoW

BitcoinPoW
https://bitcoin-pow.org
MIT License
12 stars 5 forks source link

txzap command #4

Closed bitcoin-pow closed 6 months ago

bitcoin-pow commented 6 months ago
return RPCHelpMan{"txzap",
            "\nDeletes all unconfirmed txs from the wallet and restores your balance. Does not guarantee they won't be spent.\n"
            "Note: This is normally used in conjuntion with the 'tx' command when the user wants to remove all\n"
            "previous low fee unconfirmed txs so they can increase the fee and send again. After sending the txzap\n"
            "command, you will need to close your wallet and delete the mempool.dat file in the data directory, then\n"
            "start the wallet again. Your original balance will come back and the QUESTION MARKS (?) will no longer\n"
            "be present. You can send txs again. The blockchain will protect from double spending.\n",