temporary hack to resolve #118

This commit is contained in:
Daniel Larimer 2015-07-01 15:42:21 -04:00
parent 9c9f843d08
commit 17c999ecd5

View file

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