From f4d5d09e9d35d1a0129e7d6af40518628349ada6 Mon Sep 17 00:00:00 2001 From: Philippe ROSTAN <81040730+PhilippeR26@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:55:31 +0200 Subject: [PATCH] docs: fix format pb in create account guide (#1161) --- 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