[#863] node: Do not open main chain client connection

In current implementation storage node doesn't use main chain client.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-09-29 12:27:04 +03:00 committed by Alex Vanin
parent 50c4c5116d
commit 287683c590
2 changed files with 0 additions and 13 deletions

View file

@ -111,8 +111,6 @@ type cfg struct {
cfgReputation cfgReputation
mainChainClient *client.Client
clientCache *cache.ClientCache
persistate *state.PersistentStorage