Skip to content

Commit 563faec

Browse files
simplify docs
1 parent 5e6bd90 commit 563faec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/accounts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ The Runtime's `Signature` type is configured as [`sp_runtime::MultiSignature`](h
1414
# Unified Accounts
1515

1616
The second strategy was [originally implemented by Moonbeam](https://docs.moonbeam.network/learn/features/unified-accounts/).
17-
It consists of using `fp-account` so that `unified-accounts` is the Account type used for `frame_system::pallet::Config::AccountId`.
17+
It consists of using `fp-account` so that `AccountId20` is the Account type used for
18+
`frame_system::pallet::Config::AccountId`.
1819

1920
The Runtime's `Signature` type is configured as `EthereumSigner`, which means only `ECDSA` signatures are supported.
2021

@@ -50,6 +51,5 @@ Frontier's Template will pre-fund several well-known addresses that (mostly) con
5051
Frontier provides two different runtimes, one for each strategy.
5152
You can choose which one want to build by using the `--feature` flag. For example:
5253
```
53-
$ cargo build --release # this builds a runtime with H256 -> H160
54-
mapping
55-
$ cargo build --release --features unified-accounts # this build a runtime with Unified Accounts
54+
$ cargo build # this builds a runtime with H256 -> H160 mapping
55+
$ cargo build --features unified-accounts # this builds a runtime with Unified Accounts

0 commit comments

Comments
 (0)