Remove the balance check from the startup logic. Submitting a transaction will simply fail the app-side mempool if there is insufficient balance, and the service will restart as a result. Doing this in the startup process only complicates operating the service since it requires funding the withdrawer prior to running it.
Remove the balance check from the startup logic. Submitting a transaction will simply fail the app-side mempool if there is insufficient balance, and the service will restart as a result. Doing this in the startup process only complicates operating the service since it requires funding the withdrawer prior to running it.