Remove superfluous arguments for settings instantiation

This commit is contained in:
lash 2022-05-06 07:47:04 +00:00
parent b002976ebd
commit 45785c8e9e
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
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
* Upgrade hexathon dep
- 0.1.1

View File

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

View File

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