Moved from bitcoin/bitcoin#16000.
The generate method has been removed from Bitcoin Core, but it would be nice if the GUI had a generate method in the debug console. That method would effectively expand to generatetoaddress(getnewaddress()) (just like the def generate in our test node python class)
Moved from bitcoin/bitcoin#16000.
The
generatemethod has been removed from Bitcoin Core, but it would be nice if the GUI had ageneratemethod in the debug console. That method would effectively expand togeneratetoaddress(getnewaddress())(just like thedef generatein our test node python class)