I mined in offline mode >101 test blocks. Then i try to send some test coins on other wallet. Coins stay unconfirmed even after 14 new blocks made by generatetoaddress command in console.
Expected behavior
Generated blocks by command generatetoaddress include tx'es from mempool.
Actual behavior
All new blocks made by generatetoaddress command have only one tx. It don't use mempool.
To reproduce
- Run new installation of Bitcoin Core in offline mode
- Generate > 101 blocks by command in console:
generatetoaddress 102 getnewaddress() -1 - Create new Wallet and send some coins on it
- Generate more blocks by command in console:
generatetoaddress 10 getnewaddress() -1
System information
v0.19.0.1
