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

@@ -139,7 +139,7 @@ namespace msg::usrmsg::bson
* Message format:
* {
* "type": "unl_change",
* "unl": ["<pubkey1>{[1byte(11101101) prefix][32byte]}", ...], // Binary pubkey list of unl nodes.
* "unl": ["<pubkey1>{[1byte(11101101) prefix][32byte]}", ...] // Binary pubkey list of unl nodes.
* }
* @param unl_list The unl node pubkey list to be put in the message.
*/