diff --git a/src/DBInit.cpp b/src/DBInit.cpp index cf746b59f..e043dca38 100644 --- a/src/DBInit.cpp +++ b/src/DBInit.cpp @@ -50,12 +50,6 @@ int LedgerDBCount=sizeof(LedgerDBInit)/sizeof(const char *); // Wallet database holds local accounts and trusted nodes const char *WalletDBInit[] = { - "CREATE TABLE LocalAcctFamilies ( \ - FamilyGenerator CHARACTER(53) PRIMARY KEY, \ - Seq BIGINT UNSIGNED, \ - Comment TEXT \ - );", - // Node identity must be persisted for CAS routing and responsibilites. "CREATE TABLE NodeIdentity ( \ PublicKey CHARACTER(53), \ @@ -209,17 +203,6 @@ const char *WalletDBInit[] = { PeerIps(ScanNext);" }; -#if 0 - "CREATE TABLE LocalAccounts ( \ - ID CHARACTER(35) PRIMARY KEY, \ - PrivateKey TEXT \ - Seq BIGINT UNSIGNED, \ - Balance BIGINT UNSIGNED, \ - LedgerSeq BIGINT UNSIGNED, \ - Comment TEXT \ - );", -#endif - int WalletDBCount=sizeof(WalletDBInit)/sizeof(const char *); // Hash node database holds nodes indexed by hash