Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
fix: extend geth config on integration tests (#1467)
Browse files Browse the repository at this point in the history
* changing git config and adding tests

* removing print statements

* remove unneccessary imports

* fix flake

* remove geth setup test

Co-authored-by: Freddy Caceres <facs95@gmail.com>
  • Loading branch information
adisaran64 and facs95 committed Nov 17, 2022
1 parent 5f418c7 commit d450bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-geth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rm $tmpfile
# start up
geth --networkid 9000 --datadir $DATA --http --http.addr localhost --http.api 'personal,eth,net,web3,txpool,miner' \
-unlock '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2' --password $pwdfile \
--mine --allow-insecure-unlock \
--mine --miner.threads 1 --allow-insecure-unlock --ipcdisable \
$@

rm $pwdfile

0 comments on commit d450bed

Please sign in to comment.