mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 08:00:22 +00:00
Disable Rules assignment in Ledger::setup:
This is a temporary fix for a thread-unsafe access.
This commit is contained in:
@@ -714,6 +714,7 @@ Ledger::setup (Config const& config)
|
||||
Throw();
|
||||
}
|
||||
|
||||
#if 0
|
||||
try
|
||||
{
|
||||
rules_ = Rules(*this);
|
||||
@@ -726,6 +727,7 @@ Ledger::setup (Config const& config)
|
||||
{
|
||||
Throw();
|
||||
}
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user