diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-10-25 21:30:49 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-10-25 21:30:49 -0400 |
commit | 8f0343df16a457a0a2cdf41f74309eb834c1ddb9 (patch) | |
tree | 18e50220ef3518552a3435e7957585a8e5925e6a /tests/trezor/daemon.h | |
parent | Merge pull request #9013 (diff) | |
parent | trezor: support v2.5.2+, add more trezor tests, fix chaingen and tests (diff) | |
download | monero-8f0343df16a457a0a2cdf41f74309eb834c1ddb9.tar.xz |
Merge pull request #8752
c444a7e trezor: support v2.5.2+, add more trezor tests, fix chaingen and tests (Dusan Klinec)
056c996 fix chaingen tests (Dusan Klinec)
Diffstat (limited to 'tests/trezor/daemon.h')
-rw-r--r-- | tests/trezor/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trezor/daemon.h b/tests/trezor/daemon.h index b87fd5036..3c0b6b78b 100644 --- a/tests/trezor/daemon.h +++ b/tests/trezor/daemon.h @@ -139,7 +139,7 @@ public: void stop_and_deinit(); void try_init_and_run(boost::optional<unsigned> initial_port=boost::none); - void mine_blocks(size_t num_blocks, const std::string &miner_address); + void mine_blocks(size_t num_blocks, const std::string &miner_address, std::chrono::seconds timeout = std::chrono::seconds(360)); void start_mining(const std::string &miner_address, uint64_t threads_count=1, bool do_background_mining=false, bool ignore_battery=true); void stop_mining(); uint64_t get_height(); |