Skip to content

Commit

Permalink
docs: fix format pb in create account guide (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeR26 committed Jun 24, 2024
1 parent 07faca1 commit f4d5d09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions www/docs/guides/create_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ console.log('Pre-calculated ETH account address =', contractETHaddress);
> const myPrivateKey = eth.ethRandomPrivateKey();
> ```
````
Then you have to fund this address.
### Deployment of the new account
Expand All @@ -279,7 +277,7 @@ const { transaction_hash, contract_address } = await ethAccount.deployAccount(
);
await provider.waitForTransaction(transaction_hash);
console.log('✅ New Ethereum account final address =', contract_address);
````
```
## Create your account abstraction

Expand Down

0 comments on commit f4d5d09

Please sign in to comment.