align comment with the rest of the code block

This commit is contained in:
Joao Rodrigues
2023-01-30 17:45:02 +00:00
parent 1bc139c591
commit 27a59c031b

View File

@@ -128,7 +128,7 @@ func (c *command) obtainOperations(ctx context.Context) error {
}
if c.privateKey != "" {
// Use all validators from chain info and a private key for the withdrawal address.
// Have a private key.
return c.generateOperationsFromPrivateKey(ctx)
}