diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-04-15 09:17:47 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-04-15 09:17:47 +0200 |
commit | e31559d3199552adbf5c57216633405923148be4 (patch) | |
tree | f7f6d5188974c0653c04b5bcc0d6ec6bcb0f5211 /tests/trezor/trezor_tests.h | |
parent | Merge pull request #5396 (diff) | |
parent | device/trezor: env-configurable ports (diff) | |
download | monero-e31559d3199552adbf5c57216633405923148be4.tar.xz |
Merge pull request #5398
41901b8d device/trezor: env-configurable ports (Dusan Klinec)
c97a1f79 tests: trezor tests fixes and improvements (Dusan Klinec)
Diffstat (limited to 'tests/trezor/trezor_tests.h')
-rw-r--r-- | tests/trezor/trezor_tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/trezor/trezor_tests.h b/tests/trezor/trezor_tests.h index bed49fec4..46eb5e6a5 100644 --- a/tests/trezor/trezor_tests.h +++ b/tests/trezor/trezor_tests.h @@ -84,6 +84,8 @@ public: virtual void mine_and_test(std::vector<test_event_entry>& events); + virtual void rewind_blocks(std::vector<test_event_entry>& events, size_t rewind_n, uint8_t hf); + virtual void set_hard_fork(uint8_t hf); crypto::hash head_hash() const { return get_block_hash(m_head); } |