Merge pull request #27 from wowario/patch

set inactivity_lock_timeout for 1 year
v0.1.4
清武 博二 4 years ago committed by GitHub
commit d04a72cd60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -142,7 +142,7 @@ index 4779c3335..e218df7e1 100644
+ m_confirm_backlog = false;
+ m_confirm_export_overwrite = false;
+ m_confirm_non_default_ring_size = true;
+
+ m_inactivity_lock_timeout = 525600;
std::string keys_file_buf;
bool r = load_from_file(keys_file_name, keys_file_buf);
THROW_WALLET_EXCEPTION_IF(!r, error::file_read_error, keys_file_name);

Loading…
Cancel
Save