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
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 70d8ab6a33 - Show all commits

View File

@ -27,6 +27,10 @@ class Wallet:
self.use_checksum = False self.use_checksum = False
def init(self):
self.signer = self.signer_constructor(self.keystore)
def from_config(self, config): def from_config(self, config):
"""Instantiates a signer from the registered signer class, using parameters from a processed configuration. """Instantiates a signer from the registered signer class, using parameters from a processed configuration.

View File

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