aboutsummaryrefslogtreecommitdiff
path: root/tests/trezor/trezor_tests.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-04-15 09:17:47 +0200
committerRiccardo Spagni <ric@spagni.net>2019-04-15 09:17:47 +0200
commite31559d3199552adbf5c57216633405923148be4 (patch)
treef7f6d5188974c0653c04b5bcc0d6ec6bcb0f5211 /tests/trezor/trezor_tests.h
parentMerge pull request #5396 (diff)
parentdevice/trezor: env-configurable ports (diff)
downloadmonero-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.h2
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); }