Skip to content

AssertLockHeld in misc.cpp #75

@dimxy

Description

@dimxy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions