mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 11:13:02 +02:00
Remove direct bitcoin calls from qt/clientmodel.cpp
This commit is contained in:
committed by
John Newbery
parent
5fba3af21e
commit
fe6f27e6ea
@@ -460,7 +460,7 @@ void BitcoinApplication::initializeResult(bool success)
|
||||
paymentServer->setOptionsModel(optionsModel);
|
||||
#endif
|
||||
|
||||
clientModel = new ClientModel(optionsModel);
|
||||
clientModel = new ClientModel(m_node, optionsModel);
|
||||
window->setClientModel(clientModel);
|
||||
|
||||
#ifdef ENABLE_WALLET
|
||||
|
||||
Reference in New Issue
Block a user