From 090f92cd66c60cb7cd0d88294cc2dbb69029d1ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Martin-Leg=C3=A8ne?= <robert@nic.ar>
Date: Wed, 29 Aug 2018 11:09:45 -0300
Subject: [PATCH] Adding personal rpcapi for GasAmin.js

---
 bin/start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/start.sh b/bin/start.sh
index d9807b9..be39a51 100755
--- a/bin/start.sh
+++ b/bin/start.sh
@@ -69,7 +69,7 @@ function getsyncmode
 	    --bootnodes "${bootnodes}"      \
 	    --rpc			    \
 	    --rpcport $rpcport	            \
-	    --rpcapi "eth,net,web3,admin,clique,miner"	\
+	    --rpcapi "eth,net,web3,admin,clique,miner,personal"	\
 	    --port $netport		    \
 	    --nousb			    \
             --txpool.nolocals               \
-- 
GitLab