mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
Decrease "recent_spend_window" to 15
This commit is contained in:
committed by
Lee *!* Clagett
parent
ea9e6515e1
commit
80b3bb7dd8
@@ -41,7 +41,7 @@ namespace lws
|
||||
constexpr const double gamma_scale = 1 / double(1.61);
|
||||
constexpr const std::size_t blocks_in_a_year = (86400 * 365) / DIFFICULTY_TARGET_V2;
|
||||
constexpr const std::size_t default_unlock_time = CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE * DIFFICULTY_TARGET_V2;
|
||||
constexpr const std::size_t recent_spend_window = 50 * DIFFICULTY_TARGET_V2;
|
||||
constexpr const std::size_t recent_spend_window = 15 * DIFFICULTY_TARGET_V2;
|
||||
}
|
||||
|
||||
gamma_picker::gamma_picker(std::vector<uint64_t> rct_offsets)
|
||||
|
||||
Reference in New Issue
Block a user