drop platformStyle

Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
pasta 2020-12-15 23:19:33 -06:00
parent 858a64f23d
commit fe7e3f2f71
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -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