diff --git a/src/graft_rta_config.h b/src/graft_rta_config.h index 9f9ca2f92..95fb09a6f 100644 --- a/src/graft_rta_config.h +++ b/src/graft_rta_config.h @@ -12,6 +12,7 @@ namespace graft constexpr uint64_t STAKE_MIN_UNLOCK_TIME = 50; 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_VALIDATION_PERIOD = 6; constexpr uint64_t TRUSTED_RESTAKING_PERIOD = 6; constexpr uint64_t SUPERNODE_HISTORY_SIZE = 100; diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index b64578a66..7dd194554 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2546,9 +2546,9 @@ bool simple_wallet::transfer_main(int transfer_type, const std::vector