File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2048,7 +2048,7 @@ bool price::update(
20482048 mgr->submit ( preq_ );
20492049 else {
20502050 get_rpc_client ()->send ( preq_ );
2051- tvec_.emplace_back ( std::string ( ' \0 ' , 100 ), preq_->get_sent_time () );
2051+ tvec_.emplace_back ( std::string ( 100 , ' \0 ' ), preq_->get_sent_time () );
20522052 preq_->get_signature ()->enc_base58 ( tvec_.back ().first );
20532053 PC_LOG_DBG ( " sent price update transaction" )
20542054 .add ( " price_account" , *get_account () )
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ class test_connect : public pc::manager_sub
3333 // have we received an on_init() callback yet
3434 bool get_is_init () const ;
3535
36- // get price from map
37- pc::price *get_price ( const std::string& ) const ;
38-
3936 void teardown ();
4037
4138private:
You can’t perform that action at this time.
0 commit comments