From 17c999ecd5407bc1b3dd49360ba9370eb0484e95 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Wed, 1 Jul 2015 15:42:21 -0400 Subject: [PATCH] temporary hack to resolve #118 --- libraries/app/include/graphene/app/api.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libraries/app/include/graphene/app/api.hpp b/libraries/app/include/graphene/app/api.hpp index 20dec941..c9fff614 100644 --- a/libraries/app/include/graphene/app/api.hpp +++ b/libraries/app/include/graphene/app/api.hpp @@ -457,7 +457,9 @@ FC_API(graphene::app::database_api, (get_balance_objects) ) FC_API(graphene::app::history_api, (get_account_history)(get_market_history)(get_market_history_buckets)) -FC_API(graphene::app::network_api, (broadcast_transaction)(broadcast_transaction_with_callback)(add_node)(get_connected_peers)) +FC_API(graphene::app::network_api, (broadcast_transaction)(broadcast_transaction_with_callback) + /* (add_node)(get_connected_peers) */ + ) FC_API(graphene::app::login_api, (login) (network)