mirror of
https://github.com/Xahau/xahaud.git
synced 2026-07-25 16:10:15 +00:00
allow path= to be omitted in memdb config
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
{
|
||||
boost::ignore_unused(journal_); // Keep unused journal_ just in case.
|
||||
if (name_.empty())
|
||||
Throw<std::runtime_error>("Missing path in Memory backend");
|
||||
name_ = "node_db";
|
||||
}
|
||||
|
||||
~MemoryBackend() override
|
||||
|
||||
Reference in New Issue
Block a user