Skip to content

Commit 89f9fbc

Browse files
mask-ppAniket-Engg
authored andcommitted
delete unused personal namespace
1 parent 57dead2 commit 89f9fbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/remix-ide/src/app/providers/external-http-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class ExternalHttpProvider extends AbstractProvider {
4444
}}
4545
/>
4646
<div className="border p-1 mt-2 mb-3">
47-
geth --http --http.corsdomain="{window.origin}" --http.api web3,eth,debug,personal,net --vmdebug --datadir {thePath} --dev console
47+
geth --http --http.corsdomain="{window.origin}" --http.api web3,eth,debug,net --vmdebug --datadir {thePath} --dev console
4848
</div>
4949
<div className='alert-warning p-1 mb-3 px-2'>
5050
<FormattedMessage id="udapp.externalHttpProviderText3" values={{ b: (chunks) => <b><p className='pt-2'>{chunks}</p></b> }} />

libs/remix-ui/helper/src/lib/components/web3Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function Web3ProviderDialog(props: web3ProviderDialogProps) {
2727
</a>
2828
)
2929
<div className="border p-1">
30-
geth --http --http.corsdomain="{window.origin}" --http.api web3,eth,debug,personal,net --vmdebug --datadir {thePath} --dev console
30+
geth --http --http.corsdomain="{window.origin}" --http.api web3,eth,debug,net --vmdebug --datadir {thePath} --dev console
3131
</div>
3232
<br />
3333
<br />

0 commit comments

Comments
 (0)