We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669b536 commit 009fdb2Copy full SHA for 009fdb2
types/msg/msg-sidechain-stake.go
@@ -17,7 +17,7 @@ const (
17
SideChainStakeMsgRoute = "stake"
18
SideChainAddrLen = 20
19
20
- MinDelegationAmount = 1e8
+ MinDelegationAmount = 1e7
21
)
22
23
type CreateSideChainValidatorMsg struct {
0 commit comments