Skip to content

Commit

Permalink
fix: fixes TestE2ESimple failure by ensuring positive initial stake f…
Browse files Browse the repository at this point in the history
…or validator (#3234)

Closes #3233
It sets the half of the initial token as the stake.
  • Loading branch information
staheri14 authored Apr 2, 2024
1 parent 897b448 commit 90a5d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ func (n *Node) GenesisValidator() genesis.Validator {
},
ConsensusKey: n.SignerKey,
NetworkKey: n.NetworkKey,
Stake: n.SelfDelegation / 2,
}
}

Expand Down

0 comments on commit 90a5d2d

Please sign in to comment.