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
I think it would be helpful to see the wallet balance in the logs.
Maybe something like append balance=5000ukuji to Msg("broadcasting pre-vote")
It could either do a q bank balance before every pre-vote or maybe it could be stored in a db and calculate the balance based on number of txs, with some condition to sanity check the balance after X calculations.
I think it would be helpful to see the wallet balance in the logs.
Maybe something like append
balance=5000ukuji
toMsg("broadcasting pre-vote")
It could either do a
q bank balance
before every pre-vote or maybe it could be stored in a db and calculate the balance based on number of txs, with some condition to sanity check the balance after X calculations.Something like this...
Or if the balance is low
cfg.Account.balance_threshold
do aWARN
The text was updated successfully, but these errors were encountered: