Commit 6bc9a2b
committed
mining: always returns .coinbasevalue in getblocktemplate
Although the BIPs specify that coinbasetxn and coinbasevalue are
mutually exclusive, both the latest bitcoind (22.0.0) and lbrycrd
(0.17.3) return .coinbasevalue regardeless if 'coinbasetxn' is
specified in the capabilities.
We'll make lbcd behave the same for compatibility.1 parent 9bcd3d0 commit 6bc9a2b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2368 | 2368 | | |
2369 | 2369 | | |
2370 | 2370 | | |
2371 | | - | |
2372 | 2371 | | |
2373 | 2372 | | |
2374 | 2373 | | |
| |||
2401 | 2400 | | |
2402 | 2401 | | |
2403 | 2402 | | |
| 2403 | + | |
| 2404 | + | |
| 2405 | + | |
2404 | 2406 | | |
2405 | 2407 | | |
2406 | 2408 | | |
| |||
0 commit comments