1
0
Fork 0
forked from lthn/blockchain

staking improvement in GUI version

This commit is contained in:
cryptozoidberg 2023-11-06 16:36:25 +01:00
parent 3c19bb969d
commit c0ab3dc48a
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -1935,7 +1935,7 @@ void wallets_manager::wallet_vs_options::worker_func()
{
LOG_PRINT_GREEN("[WALLET_HANDLER] Wallet handler thread started, addr: " << w->get()->get_account().get_public_address_str(), LOG_LEVEL_0);
epee::math_helper::once_a_time_seconds<TX_POOL_SCAN_INTERVAL> scan_pool_interval;
epee::math_helper::once_a_time_seconds<POS_WALLET_MINING_SCAN_INTERVAL> pos_minin_interval;
epee::math_helper::once_a_time_seconds<2> pos_minin_interval;
view::wallet_status_info wsi = AUTO_VAL_INIT(wsi);
while (!major_stop)
{