mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-10 06:28:07 -05:00
Provide output for verified deposits
This commit is contained in:
@@ -107,7 +107,7 @@ In quiet mode this will return 0 if the the data can be generated correctly, oth
|
||||
failures = true
|
||||
}
|
||||
}
|
||||
outputIf(verbose, fmt.Sprintf("Deposit %d verified", i))
|
||||
outputIf(!quiet, fmt.Sprintf("Deposit for %q verified", deposit.Name))
|
||||
}
|
||||
|
||||
if failures {
|
||||
@@ -224,6 +224,7 @@ func depositDataFromJSON(input string) ([]*depositData, error) {
|
||||
}
|
||||
return depositData, nil
|
||||
}
|
||||
|
||||
func init() {
|
||||
depositCmd.AddCommand(depositVerifyCmd)
|
||||
depositFlags(depositVerifyCmd)
|
||||
|
||||
Reference in New Issue
Block a user