|
|
|
@ -16,6 +16,7 @@
|
|
|
|
|
#include <test/setup_common.h>
|
|
|
|
|
#include <util/strencodings.h>
|
|
|
|
|
|
|
|
|
|
#include <openssl/ssl.h>
|
|
|
|
|
#include <openssl/x509.h>
|
|
|
|
|
#include <openssl/x509_vfy.h>
|
|
|
|
|
|
|
|
|
@ -66,6 +67,7 @@ static SendCoinsRecipient handleRequest(PaymentServer* server, std::vector<unsig
|
|
|
|
|
|
|
|
|
|
void PaymentServerTests::paymentServerTests()
|
|
|
|
|
{
|
|
|
|
|
SSL_library_init();
|
|
|
|
|
BasicTestingSetup testing_setup(CBaseChainParams::MAIN);
|
|
|
|
|
auto node = interfaces::MakeNode();
|
|
|
|
|
OptionsModel optionsModel(*node);
|
|
|
|
|