Skip to content

Commit 009fdb2

Browse files
authored
change MinDelegationAmount to 0.1 BNB (#160)
1 parent 669b536 commit 009fdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/msg/msg-sidechain-stake.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
SideChainStakeMsgRoute = "stake"
1818
SideChainAddrLen = 20
1919

20-
MinDelegationAmount = 1e8
20+
MinDelegationAmount = 1e7
2121
)
2222

2323
type CreateSideChainValidatorMsg struct {

0 commit comments

Comments
 (0)