Skip to content

Commit

Permalink
Merge pull request #244 from graft-project/feature/rta-mining/stake-v…
Browse files Browse the repository at this point in the history
…alidation-constants

Update stake validation constants
  • Loading branch information
mbg033 authored Mar 14, 2019
2 parents 47f35fd + 313b5fe commit e5dc63f
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 e5dc63f

Please sign in to comment.