Skip to content

Commit

Permalink
fix set users (#15506)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG authored Dec 4, 2024
1 parent e0de391 commit 0320792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployment/environment/devenv/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func (c *ChainConfig) SetUsers(pvtkeys []string) error {
return fmt.Errorf("no private keys provided for users, deployer key is also not set")
}
}
c.Users = make([]*bind.TransactOpts, len(pvtkeys))
for _, pvtKeyStr := range pvtkeys {
pvtKey, err := crypto.HexToECDSA(pvtKeyStr)
if err != nil {
Expand Down

0 comments on commit 0320792

Please sign in to comment.