Browse Source
Prior to this commit, the regtest testing framework used the bitcoin rpc command `generate` to mine coins in preparation for tests, and to tick forward the chain for confirmations. This rpc command is deprecated and will be removed in 0.19. Hence this commit changes the two usages of `generate` to `generatetoaddress` and specifies a mining address created with `getnewaddress`.master
2 changed files with 7 additions and 4 deletions
Loading…
Reference in new issue