Skip to content

orderbook - got multiple values for keyword argument 'blockchain_instance' #94

@SaetreS

Description

@SaetreS

It's not possible to get the order book from the Market class.

Error message:

lib\site-packages\bitshares\price.py", line 484, in __init__
super(Order, self).__init__(*args, blockchain_instance=self.blockchain, **kwargs)

TypeError: __init__() got multiple values for keyword argument ``'blockchain_instance'

Code:

from bitshares.market import Market
market = Market('USD:BTS')
print(market.orderbook())

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