Skip to content

Still reading storage config url when I specified the node url #36

Description

@squarezhou

I found some bugs in the code when I was using it.

Such as the Asset Class, you did not pass the bitshares_instance variable to the parent class.

I think this bug is also exist in other Class file, please check and fix it, thanks.

bitshares/asset.py line 43
super().__init__( asset, lazy=lazy, full=full, bitshares_instance=None )

bitshares/asset.py line 52
super(Asset, self).__init__(asset)

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