forked from cerc-io/laconicd-deprecated
test: add integration test for the rollback cmd (#1311)
* test the fixed rollback cmd - check the rollback cmd works in integration tests * Apply suggestions from code review * upstream merged * add changelog Co-authored-by: Freddy Caceres <facs95@gmail.com>
This commit is contained in:
co-authored by
Freddy Caceres
parent
45fdcaf9b7
commit
ca070e21ef
+1
-1
@@ -50,7 +50,7 @@ func AddCommands(
|
||||
tendermintCmd,
|
||||
sdkserver.ExportCmd(appExport, defaultNodeHome),
|
||||
version.NewVersionCommand(),
|
||||
sdkserver.NewRollbackCmd(defaultNodeHome),
|
||||
sdkserver.NewRollbackCmd(appCreator, defaultNodeHome),
|
||||
|
||||
// custom tx indexer command
|
||||
NewIndexTxCmd(),
|
||||
|
||||
Reference in New Issue
Block a user