Commit 0760ae0
committed
fix: resolve undefined reference linking error in
The previous commit removes the invocation of `MakeCoinJoinLoader` from
`init.cpp`. For some reason this makes the linker unhappy when working
with `bench_dash`. Fix it by adding the wallet library to `test_util`.
```
/usr/bin/ld: libtest_util.a(libtest_util_a-setup_common.o): in function `DashPostChainstateSetup(NodeContext&)':
/src/dash/src/test/util/setup_common.cpp:127:(.text+0x1a8e): undefined reference to `interfaces::MakeCoinJoinLoader(NodeContext&)'
collect2: error: ld returned 1 exit status
```bench_dash
1 parent 846dc67 commit 0760ae0
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments