diff --git a/src/PaymentGate/NodeFactory.h b/src/PaymentGate/NodeFactory.h index e408930655..0df730adcc 100644 --- a/src/PaymentGate/NodeFactory.h +++ b/src/PaymentGate/NodeFactory.h @@ -33,8 +33,7 @@ class NodeFactory { CryptoNote::INode* getNode(const std::string& daemonAddress, uint16_t daemonPort, - const std::string &daemonPath, - const bool &daemonSSL); + const std::string &daemonPath); static NodeFactory factory; };