mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
fix a wrong push by accident
This commit is contained in:
parent
371d27168a
commit
d03e727dcb
@ -12,7 +12,7 @@ NIM_FLAGS="-d:release --lineTrace:on -d:chronicles_log_level=DEBUG -d:SECONDS_PE
|
||||
|
||||
BEACON_NODE_BIN=${NETWORK_NAME}_node
|
||||
|
||||
echo nim c $NIM_FLAGS -o:"./$BEACON_NODE_BIN" beacon_chain/beacon_node
|
||||
nim c $NIM_FLAGS -o:"./$BEACON_NODE_BIN" beacon_chain/beacon_node
|
||||
|
||||
if [ ! -d ~/.cache/nimbus/BeaconNode/$NETWORK_NAME/validators ]; then
|
||||
./$BEACON_NODE_BIN --network=$NETWORK_NAME importValidator
|
||||
|
Loading…
x
Reference in New Issue
Block a user