Skip to content

Commit 397be96

Browse files
committed
fixes
1 parent 4d2959c commit 397be96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ These packages only depend on `core` and can be released in parallel after `core
105105

106106
These packages have the most dependencies and should be released last:
107107

108-
2. **github.com/evstack/ev-node/apps/evm** - Path: `./apps/evm`
108+
- **github.com/evstack/ev-node/apps/evm** - Path: `./apps/evm`
109109

110110
### Release Process
111111

apps/testapp/cmd/rollback.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func NewRollbackCmd() *cobra.Command {
3939
}
4040

4141
// evolve db
42-
rawEvolveDB, err := store.NewDefaultKVStore(nodeConfig.RootDir, nodeConfig.DBPath, "evm")
42+
rawEvolveDB, err := store.NewDefaultKVStore(nodeConfig.RootDir, nodeConfig.DBPath, "testapp")
4343
if err != nil {
4444
return err
4545
}

0 commit comments

Comments
 (0)