Skip to content
Snippets Groups Projects
Commit eb9d985a authored by Blockchain Federal Argentina's avatar Blockchain Federal Argentina
Browse files

Allow insecure unlock (y un parche en unlock)

parent 8d26f591
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ function startgeth
--gcmode archive \
${flexargs} \
--rpccorsdomain \* \
--allow-insecure-unlock \
--bootnodes "${bootnodes}" &
set +x
echo $! > ${BFANODEDIR}/geth.pid
......
......@@ -59,8 +59,7 @@ function bye( exitcode, msg )
function unlockall()
{
var wallets = new Array();
web3.eth.personal.bfalistWallets()
.then(
web3.bfa.personal.listWallets(
function pushone(x)
{
var failures = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment