chainlib

Generic blockchain access library and tooling
Log | Files | Refs | README | LICENSE

commit 3e6d0c691279a22fcbe175dc35d07d7377ebf234
parent 52e748a02e4a4b6effd1c57cc18118f096dcc741
Author: nolash <dev@holbrook.no>
Date:   Tue, 26 Oct 2021 15:37:08 +0200

Rename index texi file

Diffstat:
Mchainlib/cli/config.py | 1-
Rdoc/texinfo/index.texi -> doc/texinfo/content.texi | 0
Msetup.cfg | 2+-
3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/chainlib/cli/config.py b/chainlib/cli/config.py @@ -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: diff --git a/doc/texinfo/index.texi b/doc/texinfo/content.texi diff --git a/setup.cfg b/setup.cfg @@ -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