From f141238880639db7a8244b8a16643c598b718907 Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@martin-legene.dk> Date: Fri, 17 Jul 2020 12:36:32 -0300 Subject: [PATCH] Wrong argument order --- collector/sql.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/sql.pm b/collector/sql.pm index 0f384ef..28cec89 100644 --- a/collector/sql.pm +++ b/collector/sql.pm @@ -62,7 +62,7 @@ sub insertTransactionWithContractAddress ( hash, "blockId", nonce, gas, "gasPrice", value, "fromAccountId","toAccountId", status, "gasUsed", input, inputlen, - "type", "contractaddressAccountId" ) + "contractaddressAccountId", "type" ) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?) )) ); -- GitLab