Skip to content

Commit

Permalink
simplify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardoaraujor committed Sep 6, 2023
1 parent 5e6bd90 commit 75f8144
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ Frontier's Template will pre-fund several well-known addresses that (mostly) con
Frontier provides two different runtimes, one for each strategy.
You can choose which one want to build by using the `--feature` flag. For example:
```
$ cargo build --release # this builds a runtime with H256 -> H160
mapping
$ cargo build --release --features unified-accounts # this build a runtime with Unified Accounts
$ cargo build # this builds a runtime with H256 -> H160 mapping
$ cargo build --features unified-accounts # this build a runtime with Unified Accounts

0 comments on commit 75f8144

Please sign in to comment.