mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Use soci in more places:
* Validator, peerfinder, SHAMapStore, RpcDB, TxnDB, LedgerDB, WalletDB use soci backend.
This commit is contained in:
@@ -38,9 +38,8 @@ StoreSqdb::~StoreSqdb ()
|
||||
void
|
||||
StoreSqdb::open (SociConfig const& sociConfig)
|
||||
{
|
||||
sociConfig.open (m_session);
|
||||
|
||||
m_journal.info << "Opening " << sociConfig.connectionString ();
|
||||
sociConfig.open (m_session);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user