Handle unl change announcement in js client library. (#225)

This commit is contained in:
Chalith Desaman
2021-01-19 15:29:17 +05:30
committed by GitHub
parent 146bb1d46c
commit eef6448f08
3 changed files with 22 additions and 16 deletions

View File

@@ -319,7 +319,7 @@ namespace msg::usrmsg::json
* Message format:
* {
* "type": "unl_change",
* ["<pubkey1>{[ed prefix][64 characters]}", ...], // Hex pubkey list of unl nodes.
* "unl": ["<pubkey1>{[ed prefix][64 characters]}", ...] // Hex pubkey list of unl nodes.
* }
* @param unl_list The unl node pubkey list to be put in the message.
*/