mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Refactor TxFormats and LedgerEntryFormat to use a common template.
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
|
||||
namespace po = boost::program_options;
|
||||
|
||||
// VFALCO TODO make these singletons that initialize statically
|
||||
extern void LEFInit ();
|
||||
|
||||
void setupServer ()
|
||||
{
|
||||
getApp().setup ();
|
||||
@@ -250,8 +247,6 @@ int rippleMain (int argc, char** argv)
|
||||
// VFALCO TODO make this a singleton that initializes statically
|
||||
// Or could make it a SharedSingleton
|
||||
//
|
||||
LEFInit ();
|
||||
|
||||
if (vm.count ("unittest"))
|
||||
{
|
||||
boost::unit_test::unit_test_main (init_unit_test, argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user