aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-12-27 00:18:05 -0500
committerGitHub <noreply@github.com>2020-12-27 00:18:05 -0500
commit025db3d2b4bfffb87087ff853b9871520bf62aed (patch)
treeada4197cdb261e206d3efff6c6dd8daa2803f277 /tests/unit_tests
parentMerge pull request #7192 (diff)
downloadmonero-025db3d2b4bfffb87087ff853b9871520bf62aed.tar.xz
Revert "Reject existing claimed blocks in sync mode"
Diffstat (limited to 'tests/unit_tests')
-rw-r--r--tests/unit_tests/node_server.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit_tests/node_server.cpp b/tests/unit_tests/node_server.cpp
index 0569d3748..0191e5aa4 100644
--- a/tests/unit_tests/node_server.cpp
+++ b/tests/unit_tests/node_server.cpp
@@ -93,7 +93,6 @@ public:
bool has_block_weights(uint64_t height, uint64_t nblocks) const { return false; }
bool get_txpool_complement(const std::vector<crypto::hash> &hashes, std::vector<cryptonote::blobdata> &txes) { return false; }
bool get_pool_transaction_hashes(std::vector<crypto::hash>& txs, bool include_unrelayed_txes = true) const { return false; }
- crypto::hash get_block_id_by_height(uint64_t height) const { return crypto::null_hash; }
void stop() {}
};