diff --git a/src/sidechain.h b/src/sidechain.h index 12d9b847b8b29..7aa36926f1a72 100755 --- a/src/sidechain.h +++ b/src/sidechain.h @@ -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;