mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 07:10:46 -08:00
Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
This commit is contained in:
@@ -1364,7 +1364,7 @@ bool WalletImpl::isNewWallet() const
|
||||
|
||||
bool WalletImpl::doInit(const string &daemon_address, uint64_t upper_transaction_size_limit)
|
||||
{
|
||||
if (!m_wallet->init(daemon_address, upper_transaction_size_limit))
|
||||
if (!m_wallet->init(daemon_address, boost::none, upper_transaction_size_limit))
|
||||
return false;
|
||||
|
||||
// in case new wallet, this will force fast-refresh (pulling hashes instead of blocks)
|
||||
|
||||
Reference in New Issue
Block a user