Commit 16e74e6
committed
Merge #199: add comment on an argument of getblock rpc
18c883b add comment on an argument of getblock rpc (smasuda)
Pull request description:
I found this while I was looking around the code. "true/false" argument is no longer documented in bitcoin core's rpc, This comment might be helpful for those who look this in detail.
We could change the argument to be 0 instead of false, however, it would break if someone is using bitcoin-core before v0.15.0.
Tree-SHA512: b698fa059c42ebc894c2436622a6c1965d87000fefe505d01c37eba13ef0a746a215330772aa638c0757d9acc17a86d550314dd50a4e2a938e19c878ee2166f21 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
452 | 455 | | |
453 | 456 | | |
454 | 457 | | |
| |||
0 commit comments