Feature Request: GUI block height should detect manually mined blocks using bitcoin-cli
#1049
Labels
enhancement
New feature or request
needs planning
Talk to maintainers before working on this
up for grabs
Anyone can work on this
Running
bitcoin-cli generatetoaddress
to mine blocks does not increase the block height shown in the GUI.However, we can check the current block height by running
bitcoin-cli getblockchaininfo
and see that the command actually worked.If we click "Quick Mine" in the GUI, it will update to include the blocks that were mined through the command line.
The text was updated successfully, but these errors were encountered: