remove doubled word: as
remove doubled word: as
This commit is contained in:
parent
d7de6f63e8
commit
5da213f62e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue