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!

TurtleCoin adapter appears locked for withdrawals

dashed-slug.net Forums TurtleCoin Adapter extension support TurtleCoin adapter appears locked for withdrawals

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10539
    LeinAd
    Participant

    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

    #10541
    LeinAd
    Participant

    ok it was an blockchain error. can closed

    #10542
    alexg
    Keymaster

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.