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
txdb methods lockCoin/unlockCoin and related are not stored permanently in the txdb. So every restart you lose the coins you may have locked up. Make these coins permanent in the database on restarts. This is useful if someone wants to lock coins for external signing/creation mentioned in #845.
The text was updated successfully, but these errors were encountered:
txdb
methodslockCoin
/unlockCoin
and related are not stored permanently in the txdb. So every restart you lose the coins you may have locked up. Make these coins permanent in the database on restarts. This is useful if someone wants to lock coins for external signing/creation mentioned in #845.The text was updated successfully, but these errors were encountered: