From a0af97effd0f9a657df8c980edb9ae75202fa617 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Thu, 23 May 2019 21:37:12 -0300
Subject: [PATCH] Typo

---
 .gitignore    | 1 +
 bin/libbfa.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 9370cfd..2b6ac4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 */status
 cache
 */*cache
+bin/env
 network/node
 network/bootnode
 network/contracts/*
diff --git a/bin/libbfa.sh b/bin/libbfa.sh
index 25de380..c451c55 100644
--- a/bin/libbfa.sh
+++ b/bin/libbfa.sh
@@ -194,7 +194,7 @@ test    -n "$BFANODEDIR"        ||  BFANODEDIR="${BFANETWORKDIR}/node"
 if [ ! -d "${BFANODEDIR}" -o ! -d "${BFANODEDIR}/geth/chaindata" ]
 then
     echo "Node is not initialised. Initialising with genesis."
-    geth --cache 0 --datadir "${BFANODEDIR}" init "${BFANETWORK}/genesis.json"
+    geth --cache 0 --datadir "${BFANODEDIR}" init "${BFANETWORKDIR}/genesis.json"
 fi
 #
 # netport
-- 
GitLab