mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Support "standalone" mode (-a or --standalone) in which we do not connect
to the network and do not close ledgers. This mode makes it much easier to test transactions as they are only applied once to the open ledger.
This commit is contained in:
@@ -40,6 +40,11 @@
|
||||
|
||||
Config theConfig;
|
||||
|
||||
void Config::init()
|
||||
{
|
||||
RUN_STANDALONE = false;
|
||||
}
|
||||
|
||||
void Config::setup(const std::string& strConf)
|
||||
{
|
||||
boost::system::error_code ec;
|
||||
|
||||
Reference in New Issue
Block a user