You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: