File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ The Runtime's `Signature` type is configured as [`sp_runtime::MultiSignature`](h
1414# Unified Accounts
1515
1616The 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
1920The 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
5051Frontier provides two different runtimes, one for each strategy.
5152You 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
You can’t perform that action at this time.
0 commit comments