CryptoCoderz / Espers

An Experimental Blockchain Project
https://espers.io/
MIT License
79 stars 52 forks source link

Large input/output TXs sometimes fail to send without "resendtx" command #65

Open CryptoCoderz opened 11 months ago

CryptoCoderz commented 11 months ago

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: