Skip to content

Commit 619281a

Browse files
committed
See peer minimum stake to 1000G
1 parent 2e9b2f0 commit 619281a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convex-core/src/main/java/convex/core/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public class Constants {
150150
/**
151151
* Minimum stake for a Peer to be considered by other Peers in consensus
152152
*/
153-
public static final long MINIMUM_EFFECTIVE_STAKE = Coin.GOLD * 1;
153+
public static final long MINIMUM_EFFECTIVE_STAKE = Coin.GOLD * 1000;
154154

155155
/**
156156
* Option for static compilation support. Set to true for static inlines on core

0 commit comments

Comments
 (0)