mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-09-08 21:02:08 +00:00

Since the introduction of the ScriptForMining callback, the mining functions (setgenerate and generate) crash with an assertion failure (due to a NULL pointer script returned) if the keypool is empty. Fix this by giving a proper error.