From b3326343229d5f6bd37ae18519a904301ef6233b Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Thu, 2 Aug 2018 00:18:01 -0300
Subject: [PATCH] Bug caused us to find the "miner" file

---
 bin/maymine.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/maymine.sh b/bin/maymine.sh
index 953201d..426d6cb 100755
--- a/bin/maymine.sh
+++ b/bin/maymine.sh
@@ -4,6 +4,7 @@
 if [ -z "${BFAHOME}" ]; then echo "\$BFAHOME not set. Did you source bfa/bin/env ?" >&2; exit 1; fi
 source ${BFAHOME}/bin/libbfa.sh || exit 1
 
+bfaconfig node
 res=$( geth_exec_js "${BFAHOME}/src/js.maymine" )
 
 if [ "$res" = "true" ]
-- 
GitLab