Skip to content
Snippets Groups Projects
Commit 27e99040 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Renaming the wrongly named contractCall function to contractSendTx

parent b9b74bfa
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ function contract
echo "eth.contract(${abi}).at(\"${address}\")"
}
function contractCall
function contractSendTx
{
local name=$1
local func=$2
......
......@@ -16,5 +16,5 @@ fi
victim="$1"
(
echo "clique.propose(\"0x${victim#0x}\", ${operation});"
contractCall Sealers admin_promote \"0x${victim#0x}\" ${operation}
contractSendTx Sealers admin_promote \"0x${victim#0x}\" ${operation}
) | geth_attach
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