diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-03-27 12:16:29 -0700 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-03-27 12:16:30 -0700 |
| commit | a22cf5de1bb044bfa4bd7af2036c0f8276c6dcf7 (patch) | |
| tree | cc0d489d07f8eabcd632e8504f0d71545aff6b87 /tests/unit_tests/node_server.cpp | |
| parent | 338824add3211db3cb2342ffceb1111b1482c3b2 (diff) | |
| parent | aa93e3886211621e8c3367954b35260df731fc72 (diff) | |
| download | monzero-core-a22cf5de1bb044bfa4bd7af2036c0f8276c6dcf7.tar.gz monzero-core-a22cf5de1bb044bfa4bd7af2036c0f8276c6dcf7.tar.xz monzero-core-a22cf5de1bb044bfa4bd7af2036c0f8276c6dcf7.zip | |
Merge pull request #6275
aa93e388 p2p: remove old debug commands (Aaron Hook)
Diffstat (limited to 'tests/unit_tests/node_server.cpp')
| -rw-r--r-- | tests/unit_tests/node_server.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit_tests/node_server.cpp b/tests/unit_tests/node_server.cpp index c92f70b97..bda606e1a 100644 --- a/tests/unit_tests/node_server.cpp +++ b/tests/unit_tests/node_server.cpp @@ -54,7 +54,6 @@ public: bool init(const boost::program_options::variables_map& vm) {return true ;} bool deinit(){return true;} bool get_short_chain_history(std::list<crypto::hash>& ids) const { return true; } - bool get_stat_info(cryptonote::core_stat_info& st_inf) const {return true;} bool have_block(const crypto::hash& id) const {return true;} void get_blockchain_top(uint64_t& height, crypto::hash& top_id)const{height=0;top_id=crypto::null_hash;} bool handle_incoming_tx(const cryptonote::tx_blob_entry& tx_blob, cryptonote::tx_verification_context& tvc, cryptonote::relay_method tx_relay, bool relayed) { return true; } |
