Open
Description
What happened?
Hey there!
I'm a little confused by how some of the types have different names in the source code [1] and in the documentation [2].
You find 'register_interest_in_puzzle_hash' (enum: 70) in the source but not in the docs. Instead you find 'register_for_ph_updates' in the docs which in turn has no enum in the source.
'register_interest_in_coin' (enum: 72) <-> 'register_for_coin_updates'. Same situation.
'respond_to_ph_update' (enum: 71) <-> 'respond_to_ph_updates'. It's plural in the docs.
'respond_to_coin_update' (enum: 73) <-> 'respond_to_coin_updates'.
Is there a system to the madness? :D
[1] chia-blockchain/chia/protocols/protocol_message_types.py
[2] docs.chia.net
Version
main
What platform are you using?
Linux
What ui mode are you using?
GUI
Relevant log output
No response