From 4b7bae3e1218e058f59a43caf6ccac2a4e9a91f6 Mon Sep 17 00:00:00 2001 From: CryptAxe Date: Wed, 15 May 2024 10:52:26 -0700 Subject: [PATCH] Update sidechain withdrawal min work score for gui --- src/sidechain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;