Skip to content

Commit 7890fc9

Browse files
committed
fix query
1 parent a10ead2 commit 7890fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/src/postgres/rpc_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ impl crate::ReaderDbManager for crate::PostgresDBManager {
103103
AND (block_height_to IS NULL OR block_height_to > $2)
104104
ORDER BY
105105
data_key ASC
106-
LIMIT $4;
106+
LIMIT $3;
107107
",
108108
)
109109
.bind(account_id.to_string())

0 commit comments

Comments
 (0)