mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Assign non-default Rules correctly
This commit is contained in:
committed by
Vinnie Falco
parent
5cac2befb0
commit
0a1731c4c9
@@ -648,7 +648,6 @@ Ledger::setup (Config const& config)
|
||||
Throw();
|
||||
}
|
||||
|
||||
#if 0
|
||||
try
|
||||
{
|
||||
rules_ = Rules(*this);
|
||||
@@ -661,7 +660,6 @@ Ledger::setup (Config const& config)
|
||||
{
|
||||
Throw();
|
||||
}
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user