From 5da213f62e51065bcc36f90aeddd8589eacb6b76 Mon Sep 17 00:00:00 2001 From: Erkan Yilmaz Date: Fri, 11 Nov 2016 16:48:38 +0100 Subject: [PATCH] remove doubled word: as remove doubled word: as --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa374b92..726d66b3 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ necessary to use the wallet: ] } -Passwords are stored in `base64` as as salted `sha256` hashes. A simple Python script, `saltpass.py` is avaliable to obtain hash and salt values from a password. +Passwords are stored in `base64` as salted `sha256` hashes. A simple Python script, `saltpass.py` is avaliable to obtain hash and salt values from a password. A single asterisk `"*"` may be specified as username or password hash to accept any value. With the above configuration, here is an example of how to call `add_node` from the `network_node` API: