Skip to content
Snippets Groups Projects
Commit c418d84b authored by Constantin P.'s avatar Constantin P. 💬
Browse files

Merge branch 'hotfix-poa-rwlock' into 'master'

Hotfix poa rwlock

See merge request !1209
parents 9f5cfdf5 bfcbf93d
No related branches found
No related tags found
1 merge request!1209Hotfix poa rwlock
Pipeline #28874 passed with stage
in 13 minutes and 52 seconds
......@@ -666,10 +666,8 @@ static void s_round_event_cs_done(dap_chain_cs_dag_t * a_dag, uint64_t a_round_i
return;
}
log_it(L_NOTICE,"Run timer for %d sec for round ID %"DAP_UINT64_FORMAT_U, PVT(l_poa)->confirmations_timeout, a_round_id);
} else {
// Timer for this round has previosuly started
pthread_rwlock_unlock(&l_poa_pvt->rounds_rwlock);
}
pthread_rwlock_unlock(&l_poa_pvt->rounds_rwlock);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment