mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-07-13 21:40:31 +02:00
fix error strings
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user