We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0744854 commit 418cc89Copy full SHA for 418cc89
pc/manager.cpp
@@ -596,7 +596,7 @@ void manager::poll( bool do_wait )
596
597
void manager::poll_schedule()
598
{
599
- while ( is_pub_ && kidx_ < kvec_.size() ) {
+ while ( kidx_ < kvec_.size() ) {
600
price_sched *kptr = kvec_[kidx_];
601
int64_t pub_ts = pub_ts_ + static_cast< int64_t >(
602
( static_cast< uint64_t >( pub_int_ ) * kptr->get_hash() )
0 commit comments