mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-15 09:48:38 +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.