diff options
| author | warptangent <warptangent@tutanota.com> | 2016-03-05 10:01:10 -0800 |
|---|---|---|
| committer | warptangent <warptangent@tutanota.com> | 2016-03-05 10:01:10 -0800 |
| commit | dfca2ae1b56dc52eac9adea997e0be9afe5a74fb (patch) | |
| tree | 490a2b5f53c0cc7798abfbae52085f737a75b769 | |
| parent | a7310031f4b232af1e059088afc017bfaa1835b7 (diff) | |
| download | monzero-core-dfca2ae1b56dc52eac9adea997e0be9afe5a74fb.tar.gz monzero-core-dfca2ae1b56dc52eac9adea997e0be9afe5a74fb.tar.xz monzero-core-dfca2ae1b56dc52eac9adea997e0be9afe5a74fb.zip | |
unit_tests: fix hard fork unit test compilation
Match changed BlockchainDB function declaration.
| -rw-r--r-- | tests/unit_tests/hardfork.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/hardfork.cpp b/tests/unit_tests/hardfork.cpp index 7432c03ec..50e0e5ae8 100644 --- a/tests/unit_tests/hardfork.cpp +++ b/tests/unit_tests/hardfork.cpp @@ -57,7 +57,7 @@ public: virtual void batch_start(uint64_t batch_num_blocks=0) {} virtual void batch_stop() {} virtual void set_batch_transactions(bool) {} - virtual void block_txn_start() {} + virtual void block_txn_start(bool readonly=false) {} virtual void block_txn_stop() {} virtual void block_txn_abort() {} virtual void drop_hard_fork_info() {} |
