When sending large transactions (high input/output count) they can fail to be included in a block due to size and other factors. The wallet/client then needs to be queried with a "resendtx" command via RPC console or daemon command in order to have the transaction finally process through the network. Without this command the transaction has a chance of hanging indefinitely.
Feature request:
Automate "resendtx" feature to scan and issue this command if a transaction has stuck or is sluggish to become accepted.
When sending large transactions (high input/output count) they can fail to be included in a block due to size and other factors. The wallet/client then needs to be queried with a "resendtx" command via RPC console or daemon command in order to have the transaction finally process through the network. Without this command the transaction has a chance of hanging indefinitely.
Feature request: