Remove superfluous arguments for settings instantiation
This commit is contained in:
parent
b002976ebd
commit
45785c8e9e
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user