Skip to content

Commit f4d5d09

Browse files
authored
docs: fix format pb in create account guide (#1161)
1 parent 07faca1 commit f4d5d09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

www/docs/guides/create_account.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ console.log('Pre-calculated ETH account address =', contractETHaddress);
256256
> const myPrivateKey = eth.ethRandomPrivateKey();
257257
> ```
258258
259-
````
260-
261259
Then you have to fund this address.
262260
263261
### Deployment of the new account
@@ -279,7 +277,7 @@ const { transaction_hash, contract_address } = await ethAccount.deployAccount(
279277
);
280278
await provider.waitForTransaction(transaction_hash);
281279
console.log('✅ New Ethereum account final address =', contract_address);
282-
````
280+
```
283281
284282
## Create your account abstraction
285283

0 commit comments

Comments
 (0)