Skip to content

Commit

Permalink
backward compatibility for deposit term
Browse files Browse the repository at this point in the history
  • Loading branch information
aejontargaryen committed Nov 8, 2022
1 parent 83e7e67 commit 108d5cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ namespace CryptoNote
static_assert(2 * DIFFICULTY_CUT <= DIFFICULTY_WINDOW - 2, "Bad DIFFICULTY_WINDOW or DIFFICULTY_CUT");

const uint64_t DEPOSIT_MIN_AMOUNT = 800 * COIN;
const uint32_t DEPOSIT_MIN_TERM_v1 = 5480; //blocks
const uint32_t DEPOSIT_MAX_TERM_v1 = 5480;
const uint32_t DEPOSIT_MIN_TERM = 16440; //blocks /* one month=5480 ( 3 months (16440) for release ) OverviewFrame::depositParamsChanged */
const uint32_t DEPOSIT_MAX_TERM = 16440; /* 3 month standard */

Expand Down

0 comments on commit 108d5cb

Please sign in to comment.