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
{{ message }}
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
the daemon RPC will successfully return a balance from using the "" account for getbalance, but sendmany apparently doesn't like it (at least the way it is currently passed).
This means using the account: "" will result in error messages which don't make sense, like this :
[apscheduler.scheduler] [INFO] Found 98.65110439 CANN balance in local wallet
[apscheduler.scheduler] [INFO] Account balance for CANN account 'None': 98.65110439
[apscheduler.scheduler] [INFO] Total to be paid 98.65110439
[apscheduler.scheduler] [ERROR] Payout wallet is out of funds!
The text was updated successfully, but these errors were encountered:
After looking at the code it seems like the most logical fix would be to add a relevant method to the CoinRPC wrapper, or move the account config out of the RPC config section. I'm leaning towards the latter since the connection object being account specific never really made much sense.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
the daemon RPC will successfully return a balance from using the "" account for
getbalance
, butsendmany
apparently doesn't like it (at least the way it is currently passed).This means using the account: "" will result in error messages which don't make sense, like this :
The text was updated successfully, but these errors were encountered: