flolege
Results
12
issues of
flolege
**Describe the bug** I downloaded the snapsync from 09-Jun-2024-01-54. I started my node, and everything worked as expected. I stopped and immediately restarted my node. I got the following error...
go version 1.19 go-sqlite3 version 1.14.21 I am using the import "database/sql" and open the DB like this: db, err = sql.Open("sqlite3", dbPath) and then in my program I use...