Add settings for token module

This commit is contained in:
lash 2022-07-02 05:57:32 +00:00
parent ca059c5b30
commit adcdcd704e
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 1 deletions

View File

@ -27,5 +27,6 @@ def process_settings(settings, config):
settings = process_backend(settings, config)
settings = process_session(settings, config)
settings = process_socket(settings, config)
settings = process_token(settings, config)
return settings

View File

@ -1,6 +1,6 @@
[metadata]
name = chaind-eth
version = 0.3.0
version = 0.3.1
description = Queue server for ethereum
author = Louis Holbrook
author_email = dev@holbrook.no