mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-09 14:07:56 -05:00
Fixing typo
Changing "Not broadcasting credentials operations" to "Not broadcasting exit operation"
This commit is contained in:
@@ -70,7 +70,7 @@ func (c *command) process(ctx context.Context) error {
|
||||
|
||||
if c.json || c.offline {
|
||||
if c.debug {
|
||||
fmt.Fprintf(os.Stderr, "Not broadcasting credentials change operations\n")
|
||||
fmt.Fprintf(os.Stderr, "Not broadcasting exit operation\n")
|
||||
}
|
||||
// Want JSON output, or cannot broadcast.
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user