Skip to content

Commit

Permalink
Undo unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Jun 21, 2024
1 parent 4c6299e commit afe8a73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ services:
- api
networks:
- simulation
ports:
- 3000

ingestion:
image: web3labs/epirus-free-ingestion:latest
Expand Down
2 changes: 1 addition & 1 deletion run_nwaku.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ get_private_key(){
current_index=1
for key in $private_keys
do
INDEX=`echo $INDEX | sed -n "1p" | awk '{print $1}'`
# INDEX=`echo $INDEX | sed -n "1p" | awk '{print $1}'` # Podman Fix: Get only the first value of the first line
if [ $current_index -eq $INDEX ]; then
pk=$key
echo $key
Expand Down

0 comments on commit afe8a73

Please sign in to comment.