Skip to content

Commit

Permalink
Update src/seth/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Terry <[email protected]>
  • Loading branch information
gakonst and d-xo authored Sep 7, 2021
1 parent bdfbc65 commit e8a839e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/seth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,9 @@ the `ETH_RPC_ACCOUNTS` variable or use the `--rpc-accounts` flag.
This probably means you need to use Geth's or Parity's account
management tools to "unlock" your account.

If both `ETH_RPC_ACCOUNTS` and `ETH_FROM` are set, Seth will first check if the
provided account is in the keystore and only use the RPC node's signer if the
account does not exist.

If both `ETH_RPC_ACCOUNTS` and `ETH_FROM` are set, `seth` will first check if the
provided account can be found in the keystore, or in any connected hardware
wallet, and only use the RPC node's signer if the account does not exist.
Note: Seth uses the [`ethsign`] tool for signing transactions.
This tool uses Geth as a library.

Expand Down

0 comments on commit e8a839e

Please sign in to comment.