Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertLockHeld in misc.cpp #75

Open
dimxy opened this issue Sep 23, 2021 · 0 comments
Open

AssertLockHeld in misc.cpp #75

dimxy opened this issue Sep 23, 2021 · 0 comments

Comments

@dimxy
Copy link
Owner

dimxy commented Sep 23, 2021

Assertion failed: lock cs_wallet not held in ./cc/../wallet/wallet.h:1241; locks held:
cs_main rpc/misc.cpp:229

the failing code is a disabled lock:

//#ifdef ENABLE_WALLET
    //    LOCK2(cs_main, pwalletMain ? &pwalletMain->cs_wallet : NULL);
    //#else
dimxy added a commit that referenced this issue Dec 23, 2021
* fix cc shared_ptr for tokens

* del extra logging

* added test_unspentccindex.py

* removed marmara cc

* removed kogs rpc list

* fixed cryptoconditions cc_copy for secp256k1 and ed25519

* reworked CCwrapper, used instead shared_ptr;
added version to TokenInfo outputs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant