[mkdocs] feat: add listen multisig txt tutorial (websockets) - #955
Conversation
|
|
||
| The subscriptions use the IDs `id-0`, `id-1` and `id-2`, which identify them when the code unsubscribes at the end. | ||
|
|
||
| !!! note "Message handling differences" |
There was a problem hiding this comment.
While working on the multisig transaction flow tutorial, I figured out how to make the JavaScript and Python message handling more consistent while still keeping each language idiomatic. As a result, the examples now look much more similar side by side.
I also updated the listen-transaction-flow tutorial to match in this PR.
There was a problem hiding this comment.
Nice! Yeah, it reads much better.
The issue is that now the actual await done is not shown in any snippet. But that is going to be hard to fix, and this is an intermediate tutorial, so readers will be read the read the whole code and understand the flow.
3e108c2 to
4eed3b1
Compare
segfaultxavi
left a comment
There was a problem hiding this comment.
Thanks for taking the time to go back to previous tutorials and improve them!
I've just added the same comment regarding the 2-of-2 multisig as in the previous PR.
(And some nitpicks)
Adds Listening to Multisig Transaction Flow tutorial.