Jelajahi Sumber

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

lunar-mining 3 tahun lalu
induk
melakukan
92221ef5bb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      doc/src/misc/ircd/specification.md

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

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