Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update sidechain withdrawal min work score for gui
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptAxe committed May 15, 2024
1 parent fb882c5 commit 4b7bae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sidechain.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static const std::string SIDECHAIN_BUILD_COMMIT_HASH = "a67a177c615cf2e228ab4027
static const std::string SIDECHAIN_BUILD_TAR_HASH = "15eda1257f8efcfded8a2ccbbdd756b29797f2c7f4174c9ef43d5667ac570374";

//! Required workscore for mainchain payout
static const int MAINCHAIN_WITHDRAWAL_BUNDLE_MIN_WORKSCORE = 131;
static const int MAINCHAIN_WITHDRAWAL_BUNDLE_MIN_WORKSCORE = 13150;

//! Minimum number of pooled withdrawals to create new bundle
static const unsigned int DEFAULT_MIN_WITHDRAWAL_CREATE_BUNDLE = 10;
Expand Down

0 comments on commit 4b7bae3

Please sign in to comment.