mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-19 13:44:55 +01:00
fix: add missing comma in SQL query
This commit is contained in:
@@ -971,7 +971,7 @@ impl MintProofsDatabase for MintSqliteDatabase {
|
||||
amount,
|
||||
secret,
|
||||
c,
|
||||
witness
|
||||
witness,
|
||||
state
|
||||
FROM
|
||||
proof
|
||||
|
||||
Reference in New Issue
Block a user