1
0
Fork 0
forked from lthn/blockchain

added m_whitelisted_assets to serialized state(to hold correct assets balances on open time) - 2

This commit is contained in:
cryptozoidberg 2023-11-21 18:01:29 +01:00
parent 5bd815e66f
commit c33cfd29b7
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -877,7 +877,7 @@ private:
uint64_t m_upper_transaction_size_limit; //TODO: auto-calc this value or request from daemon, now use some fixed value
std::atomic<bool> m_stop;
std::atomic<bool> whitelist_updated = false;
mutable std::atomic<bool> m_whitelist_updated = false;
std::shared_ptr<i_core_proxy> m_core_proxy;
std::shared_ptr<i_wallet2_callback> m_wcallback;