diff --git a/src/workers/postgres.rs b/src/workers/postgres.rs index 5909148c..c25b409e 100644 --- a/src/workers/postgres.rs +++ b/src/workers/postgres.rs @@ -113,7 +113,7 @@ impl PostgresSession { .prepare( r#" UPDATE lite_rpc.txs - SET processed_slot = $1, processed_cluster_time = $2, processed_local_time = $3, cu_consumed = $4, cu_requested = $5 + SET processed_slot = $1, cu_consumed = $2, cu_requested = $3 WHERE signature = $6 "#, )