Skip to content

Commit

Permalink
Update min unlock time for wallet and for daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
LenyKholodov committed Mar 14, 2019
1 parent 72394bc commit 313b5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/graft_rta_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ namespace config
namespace graft
{

constexpr uint64_t STAKE_MIN_UNLOCK_TIME = 50;
constexpr uint64_t STAKE_MIN_UNLOCK_TIME = 10;
constexpr uint64_t STAKE_MAX_UNLOCK_TIME = 5000;
constexpr uint64_t STAKE_MIN_UNLOCK_TIME_FOR_WALLET = STAKE_MIN_UNLOCK_TIME + 10;
constexpr uint64_t STAKE_MIN_UNLOCK_TIME_FOR_WALLET = 60;
constexpr uint64_t STAKE_VALIDATION_PERIOD = 6;
constexpr uint64_t TRUSTED_RESTAKING_PERIOD = 6;
constexpr uint64_t SUPERNODE_HISTORY_SIZE = 100;
Expand Down

0 comments on commit 313b5fe

Please sign in to comment.