rpc/server: move to services/rpcsrv

`server` is not a good package name and it's an internal service, so it can be
just about anywhere.
This commit is contained in:
Roman Khimov 2022-07-21 16:21:44 +03:00
parent 7118b4f4ea
commit 43a59adbd0
24 changed files with 25 additions and 25 deletions

View file

@ -19,7 +19,7 @@ const (
// basicChainPrefix is a prefix used to store Basic chain .acc file for tests.
// It is also used to retrieve smart contracts that should be deployed to
// Basic chain.
basicChainPrefix = "../rpc/server/testdata/"
basicChainPrefix = "../services/rpcsrv/testdata/"
// bcPersistInterval is the time period Blockchain persists changes to the
// underlying storage.
bcPersistInterval = time.Second