Skip to content

Commit

Permalink
chore: remove from val duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Dec 19, 2024
1 parent f670bd5 commit 6dd660c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/btc_rewards_distribution_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,13 +516,11 @@ func (s *BtcRewardsDistribution) AddFinalityVoteUntilCurrentHeight() {

for s.finalityBlockHeightVoted < currentBlock {
n1Flags := []string{
"--from=val",
"--offline",
fmt.Sprintf("--account-number=%d", accNumberN1),
fmt.Sprintf("--sequence=%d", accSequenceN1),
}
n2Flags := []string{
"--from=val",
"--offline",
fmt.Sprintf("--account-number=%d", accNumberN2),
fmt.Sprintf("--sequence=%d", accSequenceN2),
Expand Down

0 comments on commit 6dd660c

Please sign in to comment.