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 99d3514 commit 629248aCopy full SHA for 629248a
pc/request.cpp
@@ -827,8 +827,8 @@ bool price::send( price *prices[], const unsigned n )
827
.add( "product_account", *p1->prod_->get_account() )
828
.add( "symbol", p1->get_symbol() )
829
.add( "price_type", price_type_to_str( p1->get_price_type() ) )
830
- .add( "sig", p1->tvec_.back().first )
831
- .add( "pub_slot", p1->preq_->get_slot() )
+ .add( "sig", p->tvec_.back().first )
+ .add( "pub_slot", p->preq_->get_slot() )
832
.end();
833
if ( PC_UNLIKELY( p1->tvec_.size() >= 100 ) ) {
834
PC_LOG_WRN( "too many unacked price update transactions" )
0 commit comments