#397: Replace singletons with @functools.lru_cache() decorator
Compare changes
Files
22+ 13
− 30
@@ -13,42 +13,25 @@
@@ -13,42 +13,25 @@
BlockchainParams()
singleton with @functools.lru_cache()
HeadBlock()
singleton with @functools.lru_cache()
UDValue()
singleton with @functools.lru_cache()
CurrencySymbol()
singleton with @functools.lru_cache()
ClientInstance()
singleton with @functools.lru_cache()
Close #397 (closed).