Skip to content

Commit

Permalink
Updates FEDERATION_ACTIVATION_AGE
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Jan 14, 2025
1 parent e4696b2 commit 79b44de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const MAX_ESTIMATED_FEE_PER_PEGOUT = 68600;
const FEE_DIFFERENCE_PER_PEGOUT = 3200;
const NUMBER_OF_BLOCKS_BTW_PEGOUTS = 50;

const FEDERATION_ACTIVATION_AGE = 20;
const FEDERATION_ACTIVATION_AGE = 150;

const PEGIN_REJECTION_REASONS = {
PEGIN_CAP_SURPASSED_REASON: '1',
Expand Down

0 comments on commit 79b44de

Please sign in to comment.