Merge pull request #1006 from cosmos/zach/fix

gaiad: print `unsafe_reset_all` only once
This commit is contained in:
Christopher Goes 2018-05-16 12:05:10 +02:00 committed by GitHub
commit 2a5c5c8110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ func AddCommands(
ShowNodeIDCmd(ctx),
ShowValidatorCmd(ctx),
ExportCmd(ctx, cdc, appExport),
UnsafeResetAllCmd(ctx),
version.VersionCmd,
)
}