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
Calling Trader.InitAccount with insufficient funds results in a pending open account which can't be closed with Trader.CloseAccount. Adding more funds using Trader.DepositAccount also doesn't work.
The text was updated successfully, but these errors were encountered:
Thanks for the report! Yeah, it looks like the check whether the wallet has enough balance comes too late, after the account was already reserved on the server and written to the database.
We want to improve the account funding anyway (switching over to using the PSBT APIs of lnd). Also related: #37. So we'll make sure to add that check earlier as well when doing the refactor.
Having the same issue still after 4 months. Can't either run litd now or log in to UI. I'm revoking RPC access since this is a blocker, investing my liquidity on uniswap or whatever.
Calling Trader.InitAccount with insufficient funds results in a pending open account which can't be closed with Trader.CloseAccount. Adding more funds using Trader.DepositAccount also doesn't work.
The text was updated successfully, but these errors were encountered: