opentensor/async-substrate-interface

Fix `self.close` in case `_mock` argument used.

Closed this issue · 1 comments

If we use _mock=True for create Subtensor instance (SubstrateInterface instance inside) then we get the error if we recreate the instance.
del in SubstrateInterface raise the error.

Ty