Skip to content

Commit

Permalink
Update CryptoNoteWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
AxVultis committed May 9, 2024
1 parent 9290ee6 commit cf594a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CryptoNoteWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ class InprocessNode : public cn::INodeObserver, public Node {
const cn::NetNodeConfig& netNodeConfig, INodeCallback& callback) :
m_callback(callback),
m_currency(currency),
m_stopEvent(m_dispatcher),
m_loggerManager(logManager),
m_coreConfig(coreConfig),
m_netNodeConfig(netNodeConfig),
Expand Down Expand Up @@ -259,7 +258,6 @@ class InprocessNode : public cn::INodeObserver, public Node {
INodeCallback& m_callback;
const cn::Currency& m_currency;
platform_system::Dispatcher m_dispatcher;
platform_system::Event m_stopEvent;
logging::LoggerManager& m_loggerManager;
cn::CoreConfig m_coreConfig;
cn::NetNodeConfig m_netNodeConfig;
Expand Down

0 comments on commit cf594a3

Please sign in to comment.