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:
parent
7118b4f4ea
commit
43a59adbd0
24 changed files with 25 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue