Skip to content

Commit

Permalink
chore: Update ethereum/commands.go
Browse files Browse the repository at this point in the history
change argument from --chain_id to --chain-id
  • Loading branch information
jeremyletang authored Apr 24, 2024
1 parent 3942678 commit 3987aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func removeSignerSignature(vegaBinary string, oldSigner string, nonce uint64, su
}

if chainID != nil {
args = append(args, "--chain_id", fmt.Sprintf("%d", *chainID))
args = append(args, "--chain-id", fmt.Sprintf("%d", *chainID))
}

args = append(args, getEthereumWalletArgs(signer)...)
Expand Down

0 comments on commit 3987aef

Please sign in to comment.