mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
device/trezor: env-configurable ports
This commit is contained in:
parent
c97a1f79d6
commit
41901b8deb
3 changed files with 54 additions and 22 deletions
|
@ -138,7 +138,7 @@ int main(int argc, char* argv[])
|
|||
// Bootstrapping common chain & accounts
|
||||
const uint8_t initial_hf = (uint8_t)get_env_long("TEST_MIN_HF", 11);
|
||||
const uint8_t max_hf = (uint8_t)get_env_long("TEST_MAX_HF", 11);
|
||||
MINFO("Test versions " << MONERO_RELEASE_NAME << "' (v" << MONERO_VERSION_FULL);
|
||||
MINFO("Test versions " << MONERO_RELEASE_NAME << "' (v" << MONERO_VERSION_FULL << ")");
|
||||
MINFO("Testing hardforks [" << (int)initial_hf << ", " << (int)max_hf << "]");
|
||||
|
||||
cryptonote::core core_obj(nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue