Python Explorer not subscribed to streams

+2 votes
I set autosubscribe to true via SetRuntimeParam. Does this not do what multichaind autosubcribe does ?

How can I get my nodeB to autosubscribe to streams on nodeA -

is this with multichaind only?
asked Aug 3, 2017 by MaSsv

1 Answer

0 votes

Each node's subscriptions are managed separately. And note that autosubscribe applies to any future streams created, so if you set it as a runtime parameter after a stream already exists, it will not cause that old stream to be subscribed to.

answered Aug 3, 2017 by MultiChain
...