I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).
If you are new here, please see some information on how to ask for support. Thank you!
-
i have a strange problem right now. i have a trtl adapter for coin abc. the api wallet is running. cors are allowed. wallet is syncro’d etc etc. yet i have a locked symbol. i can’t explain this. walletphrase is correct and –rpc-password is also correct.
Edit. adapter is responding
ok it was an blockchain error. can closed
Hello,
When the lock is on, this simply the adapter saying to the plugin that it is not safe or possible to perform withdrawals at this time.
Looking at the is_unlocked()
function, these are the conditions that would make the wallet appear locked:
1. If communication with the wallet is not possible
2. If the wallet is a view-only wallet
3. If the wallet highest block is larger that the network highest block
It’s likely that this third situation was the case. This is transient and should resolve as the wallet and network sync, which is probably what happened.
with regards
- You must be logged in to reply to this topic.