This commit is contained in:
Yaroslav Dmytrotsa 2015-07-06 11:02:14 +03:00
parent 56cfca4667
commit 83e2fda188
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class eth_sendTransaction extends JsonRpcServerMethod {
}
ArrayList<Object> rparams = new ArrayList<Object>();
params.add("0x" + Hex.toHexString(tx.getEncoded()));
rparams.add("0x" + Hex.toHexString(tx.getEncoded()));
JSONRPC2Request rreq = new JSONRPC2Request("eth_sendRawTransaction", rparams, req.getID());
JSONRPC2Response rres = getRemoteData(rreq);
if (rres == null) {