Skip to content

Commit

Permalink
Merge pull request #327 from graft-project/revert-324-fix/stake-tx-lo…
Browse files Browse the repository at this point in the history
…ck-time

Revert "stake tx: max stake period is one month"
  • Loading branch information
mbg033 authored Jun 22, 2019
2 parents 766e056 + 7f2a1b3 commit 2d611ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graft_rta_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace graft
constexpr uint8_t STAKE_TRANSACTION_PROCESSING_DB_VERSION = 13;

constexpr uint64_t STAKE_MIN_UNLOCK_TIME = 10;
constexpr uint64_t STAKE_MAX_UNLOCK_TIME = 720 * 30; // one month
constexpr uint64_t STAKE_MAX_UNLOCK_TIME = 5000;
constexpr uint64_t STAKE_MIN_UNLOCK_TIME_FOR_WALLET = 60;
constexpr uint64_t STAKE_VALIDATION_PERIOD = 6;
constexpr uint64_t TRUSTED_RESTAKING_PERIOD = 6;
Expand Down

0 comments on commit 2d611ad

Please sign in to comment.