fix error strings

This commit is contained in:
Sascha L. Teichmann
2024-01-06 10:17:25 +01:00
parent fa0ec06e36
commit 65762936a4
5 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ const (
)
// ErrDatabaseNotExists indicates that the database does not exist.
var ErrDatabaseNotExists = errors.New("Database does not exists.")
var ErrDatabaseNotExists = errors.New("database does not exists")
const blocksPerTx = 128 // Number of blocks copied in a transaction.