We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9b2f0 commit 619281aCopy full SHA for 619281a
convex-core/src/main/java/convex/core/Constants.java
@@ -150,7 +150,7 @@ public class Constants {
150
/**
151
* Minimum stake for a Peer to be considered by other Peers in consensus
152
*/
153
- public static final long MINIMUM_EFFECTIVE_STAKE = Coin.GOLD * 1;
+ public static final long MINIMUM_EFFECTIVE_STAKE = Coin.GOLD * 1000;
154
155
156
* Option for static compilation support. Set to true for static inlines on core
0 commit comments