FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Enable lazy loading of bitshares instance when using set_shared_config · Issue #188 · bitshares/python-bitshares · GitHub

Enable lazy loading of bitshares instance when using set_shared_config #188

Description

In set_shared_config of bitshares/instance.py it calls shared_blockchain_instance() before setting the config, which uses the local defaults to establish a connection and then overrides it.

Desired behavior is that the shared config is set without opening a connection. Current workaround:

from graphenecommon.instance import SharedInstance
SharedInstance.config = connection

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL