Rename index texi file

This commit is contained in:
nolash 2021-10-26 15:37:08 +02:00
parent 52e748a02e
commit 3e6d0c6912
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 1 additions and 2 deletions

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