Fix json rpc client caching
This commit is contained in:
parent
84e219b042
commit
ee787b1a6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue