diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 13:40:42 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 13:40:42 -0500 |
| commit | 3e026ff6edbdf9e6c300ac737c4cccfaeafb0516 (patch) | |
| tree | 79ade90cb3910733680ed6375015d8d27dba96d0 /tests/unit_tests/hardfork.cpp | |
| parent | 21afa71ba6d2f4e5e07dd91b69b2950820493a2c (diff) | |
| parent | e5592c4bab058e154f68858dcb41eed6c2f0f18a (diff) | |
| download | monzero-core-3e026ff6edbdf9e6c300ac737c4cccfaeafb0516.tar.gz monzero-core-3e026ff6edbdf9e6c300ac737c4cccfaeafb0516.tar.xz monzero-core-3e026ff6edbdf9e6c300ac737c4cccfaeafb0516.zip | |
Merge pull request #4013
e5592c4 rpc: add blockchain disk size to getinfo (moneromooo-monero)
Diffstat (limited to 'tests/unit_tests/hardfork.cpp')
| -rw-r--r-- | tests/unit_tests/hardfork.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/hardfork.cpp b/tests/unit_tests/hardfork.cpp index 1c875fd56..930aeb782 100644 --- a/tests/unit_tests/hardfork.cpp +++ b/tests/unit_tests/hardfork.cpp @@ -126,6 +126,7 @@ public: virtual void remove_txpool_tx(const crypto::hash& txid) {} virtual bool get_txpool_tx_meta(const crypto::hash& txid, txpool_tx_meta_t &meta) const { return false; } virtual bool get_txpool_tx_blob(const crypto::hash& txid, cryptonote::blobdata &bd) const { return false; } + virtual uint64_t get_database_size() const { return 0; } virtual cryptonote::blobdata get_txpool_tx_blob(const crypto::hash& txid) const { return ""; } virtual bool for_all_txpool_txes(std::function<bool(const crypto::hash&, const txpool_tx_meta_t&, const cryptonote::blobdata*)>, bool include_blob = false, bool include_unrelayed_txes = false) const { return false; } |
