From 87f9ad23bcdbdf2898773fd429fc95d8c92b798b Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Thu, 23 Aug 2018 20:46:04 -0300 Subject: [PATCH] Adding "personal" to the rpcapi --- 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