From fa816b44835b5598e792d289637807efc0ad3899 Mon Sep 17 00:00:00 2001 From: PhilippeR26 Date: Mon, 24 Jun 2024 10:16:09 +0200 Subject: [PATCH] docs: fix format pb in create account guide --- www/docs/guides/create_account.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/docs/guides/create_account.md b/www/docs/guides/create_account.md index f601ed991..ae4705a79 100644 --- a/www/docs/guides/create_account.md +++ b/www/docs/guides/create_account.md @@ -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 @@ -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