mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-16 13:46:46 +00:00
typo
This commit is contained in:
parent
56cfca4667
commit
83e2fda188
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user