Commit 0978377
committed
zebra-consensus: temporarily allow empty NU6.1 lockbox disbursements on Regtest
Regtest/configured testnets can be created with an empty NU6.1 lockbox disbursement list, but
block subsidy validation treated an empty list as an error on the NU6.1 activation block.
After syncing with upstream Zebra v4.2.0, this started breaking our Orchard ZSA Regtest
workflow tests.
Temporarily skip the NU6.1 lockbox disbursement check when no disbursements are configured,
and leave a FIXME to revisit whether empty configured disbursements should remain allowed or
Regtest should provide defaults.1 parent 0d5ea69 commit 0978377
1 file changed
+13
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
262 | 264 | | |
263 | 265 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
269 | 276 | | |
270 | 277 | | |
271 | 278 | | |
| |||
0 commit comments