typo.
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@
|
||||
(define/contract (ks-commit ks)
|
||||
(-> keystore? boolean?)
|
||||
(query-exec (keystore-dbh ks) "COMMIT")
|
||||
(query-exec (keystore-dbg ks) "BEGIN")
|
||||
(query-exec (keystore-dbh ks) "BEGIN")
|
||||
#t)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
Reference in New Issue
Block a user