Skip to content

Commit 26a4350

Browse files
authored
1 parent 9a5cf5c commit 26a4350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Use `gethelp <COMMAND>` to see more info about individual commands. E.G.
190190
>>> gethelp get_order_book
191191

192192
The definition of all commands is available in the
193-
[wallet.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/wallet/include/graphene/wallet/wallet.hpp) souce code file.
193+
[wallet.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/wallet/include/graphene/wallet/wallet.hpp) source code file.
194194
Corresponding documentation can be found in the [Doxygen documentation](https://bitshares.github.io/doxygen/classgraphene_1_1wallet_1_1wallet__api.html).
195195

196196
You can run the program with `--help` parameter to see more info:
@@ -304,7 +304,7 @@ Note: the `login` API set is always accessible.
304304

305305
Passwords are stored in `base64` as salted `sha256` hashes. A simple Python script,
306306
[`saltpass.py`](https://github.com/bitshares/bitshares-core/blob/master/programs/witness_node/saltpass.py)
307-
is avaliable to obtain hash and salt values from a password.
307+
is available to obtain hash and salt values from a password.
308308
A single asterisk `"*"` may be specified as username or password hash to accept any value.
309309

310310
With the above configuration, here is an example of how to call the `add_node` API from the `network_node` API set:

0 commit comments

Comments
 (0)