Fix json rpc client caching

This commit is contained in:
Kirill Fedoseev 2022-05-21 16:52:44 +04:00
parent 84e219b042
commit ee787b1a6a
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ WHERE not exists(SELECT *
if err != nil {
logger.WithFields(fields).WithError(err).Fatal("can't dial chain json rpc")
}
clients[bt.ChainID] = client
}
fields["block_number"] = bt.BlockNumber