bug: Fix documentation compile and config dumps #2

Merged
lash merged 21 commits from lash/docs-and-dumps into master 2021-12-21 16:00:02 +01:00
3 changed files with 1 additions and 2 deletions
Showing only changes of commit 3e6d0c6912 - Show all commits

View File

@ -170,7 +170,6 @@ class Config(confini.Config):
args_override = {}
if arg_flags & Flag.PROVIDER:
args_override['RPC_HTTP_PROVIDER'] = getattr(args, 'p')
args_override['RPC_PROVIDER'] = getattr(args, 'p')
args_override['RPC_DIALECT'] = getattr(args, 'rpc_dialect')
if arg_flags & Flag.CHAIN_SPEC:

View File

@ -1,6 +1,6 @@
[metadata]
name = chainlib
version = 0.0.10a6
version = 0.0.10a7
description = Generic blockchain access library and tooling
author = Louis Holbrook
author_email = dev@holbrook.no