neo-go/cli/server
AnnaShaleva 16da133d61 cli: release resources occupied by chain before dumpDB exit
Problem:
```
--- FAIL: TestDumpDB (0.08s)
--- FAIL: TestDumpDB/too_low_chain
testing.go:894: TempDir RemoveAll cleanup: remove C:\Users\Anna\AppData\Local\Temp\TestDumpDB_too_low_chain357310492\001\chains\privnet\000001.log: The process cannot access the file because it is being used by another process.
```

Solution:
Release resources occupied by the chain even on non-error command exit.
2021-11-29 11:11:09 +03:00
..
dump.go cli: use base64 for state dump 2021-02-07 22:07:30 +03:00
dump_test.go *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00
server.go cli: release resources occupied by chain before dumpDB exit 2021-11-29 11:11:09 +03:00
server_test.go *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00