Commit 5952472
committed
fix: restore accidentally removed bool TMPL_INST in rpc/util.cpp
Commit a3e6fdd ('test: fix test assertions after backport')
accidentally removed the TMPL_INST(CheckRequiredOrDefault, bool, ...)
line that was added in 1e7166e. This caused linker errors across
multiple CI build configurations (nowallet, ubsan, fuzz, tsan,
multiprocess) due to the missing ArgValue<bool> template instantiation.
Restore the line in its correct position.1 parent a3e6fdd commit 5952472
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| 582 | + | |
582 | 583 | | |
583 | 584 | | |
584 | 585 | | |
| |||
0 commit comments