Skip to content

Commit

Permalink
docs: Specify keyring backend at every eotsd cmd (ethereum-optimism#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippos47 authored May 29, 2024
1 parent fcf14de commit 9ebc031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/eots.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ Otherwise, an error message will be printed out.
```shell
eotsd verify-schnorr-sig /path/to/data/file --btc-pk 50b106208c921b5e8a1c45494306fe1fc2cf68f33b8996420867dc7667fde383 \
--signature b91fc06b30b78c0ca66a7e033184d89b61cd6ab572329b20f6052411ab83502effb5c9a1173ed69f20f6502a741eeb5105519bb3f67d37612bc2bcce411f8d72
--signature b91fc06b30b78c0ca66a7e033184d89b61cd6ab572329b20f6052411ab83502effb5c9a1173ed69f20f6502a741eeb5105519bb3f67d37612bc2bcce411f8d72 \
--keyring-backend file
```
## 4. Starting the EOTS Daemon
Expand Down

0 comments on commit 9ebc031

Please sign in to comment.