Skip to content

Commit

Permalink
[config] Increase account creation token lock fee
Browse files Browse the repository at this point in the history
  • Loading branch information
VanGrx committed Nov 16, 2020
1 parent 218e908 commit ce05f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ constexpr uint64_t SAFEX_DEFAULT_MINUMUM_TOKEN_STAKE_PERIOD = SAFEX
constexpr uint64_t SAFEX_DEFAULT_NETWORK_FEE_PERCENTAGE = 5;

//Safex create account token lock constants
constexpr uint64_t SAFEX_CREATE_ACCOUNT_TOKEN_LOCK_FEE = 100*SAFEX_TOKEN;
constexpr uint64_t SAFEX_CREATE_ACCOUNT_TOKEN_LOCK_FEE = 1000*SAFEX_TOKEN;
constexpr uint64_t SAFEX_CREATE_ACCOUNT_TOKEN_LOCK_PERIOD_FAKECHAIN = 1;
constexpr uint64_t SAFEX_CREATE_ACCOUNT_TOKEN_LOCK_PERIOD_TESTNET = 10;
constexpr uint64_t SAFEX_CREATE_ACCOUNT_TOKEN_LOCK_PERIOD_STAGENET = 300;
Expand Down

0 comments on commit ce05f30

Please sign in to comment.