-
Notifications
You must be signed in to change notification settings - Fork 33
Infinite loop - Prepare transaction error: not enough utxos for transfer #49
Description
Pool would sometimes (often) start to print infinite numbers of errors if there is not enough alph for the transaction, instead just waiting for new payout round like this:
[{"address":"WALLET","amount":10.010913350754633}]
2022-06-17T13:15:53.275Z | error | Prepare transaction error: not enough utxos for transfer, will try to transfer later, group: 3, remain balances: [{"address":"WALLET","amount":10.010913350754633}]
2022-06-17T13:15:53.294Z | error | Prepare transaction error: not enough utxos for transfer, will try to transfer later, group: 3, remain balances: [{"address":"WALLET","amount":10.010913350754633}]
2022-06-17T13:15:53.314Z | error | Prepare transaction error: not enough utxos for transfer, will try to transfer later, group: 3, remain balances: [{"address":"WALLET","amount":10.010913350754633}]
2022-06-17T13:15:53.333Z | error | Prepare transaction error: not enough utxos for transfer, will try to transfer later, group: 3, remain balances:
This should be fixed because it uses extreme amount of storage and cpu usage for a bug!