Browse Source

Merge pull request #834 from asmogo/fix_get_proofs_by_keyset_id

fix: add missing comma in SQL query
thesimplekid 3 tháng trước cách đây
mục cha
commit
ee1a978285
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      crates/cdk-sqlite/src/mint/mod.rs

+ 1 - 1
crates/cdk-sqlite/src/mint/mod.rs

@@ -897,7 +897,7 @@ impl MintProofsDatabase for MintSqliteDatabase {
                amount,
                secret,
                c,
-               witness
+               witness,
                state
             FROM
                 proof