Browse Source

doc/ircd: rename pubkey to contact_public on ircd Contact specification

lunar-mining 3 năm trước cách đây
mục cha
commit
92221ef5bb

+ 1 - 1
doc/src/misc/ircd/specification.md

@@ -41,7 +41,7 @@ In the TOML configuration file, the contact is set as such:
 
 
 ```toml
 ```toml
 [contact."nick"]
 [contact."nick"]
-pubkey = "7CkVuFgwTUpJn5Sv67Q3fyEDpa28yrSeL5Hg2GqQ4jfM"
+contact_pubkey = "7CkVuFgwTUpJn5Sv67Q3fyEDpa28yrSeL5Hg2GqQ4jfM"
 ```
 ```
 
 
 | Description	| Data Type		| Comments												|
 | Description	| Data Type		| Comments												|