mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-20 04:36:08 +01:00
Remove direct bitcoin calls from qt/optionsmodel.cpp
This commit is contained in:
committed by
John Newbery
parent
71e0d90876
commit
c0f2756be5
@@ -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