Fixed account_history_pagination test

This commit is contained in:
Sandip Patel 2019-09-14 14:26:42 +05:30
parent dfba08536b
commit 12ef667312

View file

@ -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