Commit b6f58d6
committed
Merge #210: Added generatetoaddress(self,numblocks,addr) to rpc.py
6fa8b95 Added generatetoaddress(self,numblocks,addr), replacing generate(self,numblocks) which will be dropped in bitcoin-core v0.19 (alexei.zamyatin)
Pull request description:
Fixing #209
Added `generatetoaddress(self,numblocks,addr)` to rpc.py, which should replace `generate(self,numblocks)`. The latter will be dropped in bitcoin-core v0.19.
Keeping `generate(self,numblocks)` for now (for backward compatibility)
Tree-SHA512: cfd676fa852c57663186b952d6c0015cbc8d6f79f532b061c438389db6bff33489b8d18ce87cb4205a69b9b78d9688fd94f9dc698d2b895b989f23706014b8171 file changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
385 | 388 | | |
386 | 389 | | |
387 | 390 | | |
388 | 391 | | |
389 | 392 | | |
390 | 393 | | |
391 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
392 | 408 | | |
393 | 409 | | |
394 | 410 | | |
| |||
0 commit comments