Browse Source

doc/misc/darkirc/private_message.md: fixed dm_chacha_secret format

skoupidi 1 year ago
parent
commit
7ae7182eb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/src/misc/darkirc/private_message.md

+ 1 - 1
doc/src/misc/darkirc/private_message.md

@@ -21,7 +21,7 @@ file under [crypto] as shown below.
 
 
 ```toml
 ```toml
 [crypto]
 [crypto]
-dm_chacha_secret.”your_private_key_goes_here”
+dm_chacha_secret = “your_private_key_goes_here”
 ```
 ```
 
 
 To share your Public Key with a user over `darkirc` you can use one of the 
 To share your Public Key with a user over `darkirc` you can use one of the