bitshares / bitshares/python-bitshares

Unable to monitor data for objects, such as pool objects

Open
#314 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
162
Forks
164
PR merge metrics
No merged PRs in 30d

Description

bts = BitShares(node='wss://api.btslebin.com/ws')
n = Notify(
objects=['1.19.61', '1.19.48', '1.19.122', '1.19.62', '1.19.69', '1.19.57','1.19.121'],
on_account=pprint,
blockchain_instance=bts
)
n.listen()

It cannot capture object data about the pool when it is updated at runtime.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.