mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix typos.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
// Transaction database holds transactions and public keys
|
||||
const char *TxnDBInit[] = {
|
||||
"PRAGMA synchronous=NORMAL",
|
||||
"PRAGMA journal_mode=WAL",
|
||||
"PRAGMA synchronous=NORMAL;",
|
||||
"PRAGMA journal_mode=WAL;",
|
||||
|
||||
"BEGIN TRANSACTION;",
|
||||
|
||||
@@ -257,8 +257,8 @@ int WalletDBCount = NUMBER(WalletDBInit);
|
||||
|
||||
// Hash node database holds nodes indexed by hash
|
||||
const char *HashNodeDBInit[] = {
|
||||
"PRAGMA synchronous=NORMAL",
|
||||
"PRAGMA journal_mode=WAL",
|
||||
"PRAGMA synchronous=NORMAL;",
|
||||
"PRAGMA journal_mode=WAL;",
|
||||
|
||||
"BEGIN TRANSACTION;",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user