Fix test build after d138598
Building the tests was giving some vague error message about a doubly-defined symbol. The solution is to define ShutdownRequested in test_bitcoin.cpp as well so that init.cpp does not get pulled in.
This commit is contained in:
parent
d138598f63
commit
e3f5d4338d
1 changed files with 5 additions and 0 deletions
|
@ -84,3 +84,8 @@ void StartShutdown()
|
|||
exit(0);
|
||||
}
|
||||
|
||||
bool ShutdownRequested()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue