1 Commits

Author SHA1 Message Date
lash
45785c8e9e Remove superfluous arguments for settings instantiation 2022-05-06 07:47:04 +00:00
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
- 0.1.3
* Remove superfluous arguments for chain settings instantiation
- 0.1.2 - 0.1.2
* Upgrade hexathon dep * Upgrade hexathon dep
- 0.1.1 - 0.1.1

View File

@@ -4,7 +4,7 @@ from .chain import ChainSpec
class ChainSettings: class ChainSettings:
def __init__(self, include_sync=False, include_queue=False): def __init__(self):
self.o = {} self.o = {}
self.get = self.o.get self.get = self.o.get

View File

@@ -3,7 +3,7 @@ name=chainlib
license=WTFPL2 license=WTFPL2
author_email=dev@holbrook.no author_email=dev@holbrook.no
description=Generic blockchain access library and tooling description=Generic blockchain access library and tooling
version=0.1.2 version=0.1.3
url=https://gitlab.com/chaintools/chainlib url=https://gitlab.com/chaintools/chainlib
author=Louis Holbrook author=Louis Holbrook