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

Wrong argument order

parent faf5f942
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ sub insertTransactionWithContractAddress
( hash, "blockId", nonce, gas,
"gasPrice", value, "fromAccountId","toAccountId",
status, "gasUsed", input, inputlen,
"type", "contractaddressAccountId" )
"contractaddressAccountId", "type" )
VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?)
))
);
......
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