commit 53942fc404c3c801a749a0158e06c87575f5b311 parent 125b6e8d1efe839b7cc575767b812e2e406e296f Author: Antoine A <> Date: Thu, 14 Mar 2024 02:27:28 +0100 codespell Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/db/InitiatedDAO.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/db/InitiatedDAO.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/db/InitiatedDAO.kt @@ -170,7 +170,7 @@ class InitiatedDAO(private val db: Database) { stmt.execute() } - /** List every initiated payment pending submission in ther order they should be submitted */ + /** List every initiated payment pending submission in the order they should be submitted */ suspend fun submittable(currency: String): List<InitiatedPayment> = db.conn { conn -> fun extract(it: ResultSet): InitiatedPayment { val rowId = it.getLong("initiated_outgoing_transaction_id")