Remove direct bitcoin calls from qt/optionsmodel.cpp
This commit is contained in:
committed by
John Newbery
parent
71e0d90876
commit
c0f2756be5
+1
-1
@@ -362,7 +362,7 @@ void BitcoinApplication::createPaymentServer()
|
||||
|
||||
void BitcoinApplication::createOptionsModel(bool resetSettings)
|
||||
{
|
||||
optionsModel = new OptionsModel(nullptr, resetSettings);
|
||||
optionsModel = new OptionsModel(m_node, nullptr, resetSettings);
|
||||
}
|
||||
|
||||
void BitcoinApplication::createWindow(const NetworkStyle *networkStyle)
|
||||
|
||||
Reference in New Issue
Block a user