Skip to content

Commit

Permalink
change MinDelegationAmount to 0.1 BNB (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro authored Jun 15, 2022
1 parent 669b536 commit 009fdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/msg/msg-sidechain-stake.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
SideChainStakeMsgRoute = "stake"
SideChainAddrLen = 20

MinDelegationAmount = 1e8
MinDelegationAmount = 1e7
)

type CreateSideChainValidatorMsg struct {
Expand Down

0 comments on commit 009fdb2

Please sign in to comment.