mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
drop platformStyle
Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
parent
858a64f23d
commit
fe7e3f2f71
@ -483,7 +483,7 @@ void BitcoinApplication::initializeResult(bool success)
|
||||
});
|
||||
|
||||
for (auto& wallet : m_node.getWallets()) {
|
||||
addWallet(new WalletModel(std::move(wallet), m_node, platformStyle, optionsModel));
|
||||
addWallet(new WalletModel(std::move(wallet), m_node, optionsModel));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user