0 sats \ 0 replies \ @03bcf32596 29 Oct 2022 \ on: Introducing Cashu - an Ecash wallet and mint with full Bitcoin Lightning support bitcoin
After running
cashu info
i get
sqlite3.OperationalError: near "ON": syntax error
The above exception was the direct cause of the following exception:
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) near "ON": syntax error
[SQL:
INSERT INTO dbversions (db, version) VALUES (?, ?)
ON CONFLICT (db) DO UPDATE SET version = ?
]
[parameters: ('wallet', 1, 1)]
(Background on this error at: http://sqlalche.me/e/13/e3q8)
How to fix this?