Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
elementsd: Do not use
generate
for elementsd >= 0.17.0
The `generate` has been deprecated since 0.16 and has been removed in 0.18.0 so we better use `generatetoaddress` instead, which is already what we do with `bitcoind`. So we remove the override here.
- Loading branch information