mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 14:03:07 +00:00
Undo unnecessary changes
This commit is contained in:
parent
d13078b74d
commit
120f59ab8e
@ -204,8 +204,6 @@ services:
|
||||
- api
|
||||
networks:
|
||||
- simulation
|
||||
ports:
|
||||
- 3000
|
||||
|
||||
ingestion:
|
||||
image: web3labs/epirus-free-ingestion:latest
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user