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(
2048
2048
mgr->submit ( preq_ );
2049
2049
else {
2050
2050
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 () );
2052
2052
preq_->get_signature ()->enc_base58 ( tvec_.back ().first );
2053
2053
PC_LOG_DBG ( " sent price update transaction" )
2054
2054
.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
33
33
// have we received an on_init() callback yet
34
34
bool get_is_init () const ;
35
35
36
- // get price from map
37
- pc::price *get_price ( const std::string& ) const ;
38
-
39
36
void teardown ();
40
37
41
38
private:
You can’t perform that action at this time.
0 commit comments