Fixed account_history_pagination test
This commit is contained in:
parent
dfba08536b
commit
12ef667312
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <graphene/utilities/tempdir.hpp>
|
||||
#include <graphene/bookie/bookie_plugin.hpp>
|
||||
#include <graphene/account_history/account_history_plugin.hpp>
|
||||
#include <graphene/egenesis/egenesis.hpp>
|
||||
#include <graphene/wallet/wallet.hpp>
|
||||
|
||||
|
|
@ -117,6 +118,7 @@ std::shared_ptr<graphene::app::application> start_application(fc::temp_directory
|
|||
std::shared_ptr<graphene::app::application> app1(new graphene::app::application{});
|
||||
|
||||
app1->register_plugin< graphene::bookie::bookie_plugin>();
|
||||
app1->register_plugin<graphene::account_history::account_history_plugin>();
|
||||
app1->startup_plugins();
|
||||
boost::program_options::variables_map cfg;
|
||||
#ifdef _WIN32
|
||||
|
|
|
|||
Loading…
Reference in a new issue