Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Remove used url
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Aug 10, 2018
1 parent a1fe368 commit 8689b87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions programs/cleos/httpc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ namespace eosio { namespace client { namespace http {
const string get_key_accounts_func = history_func_base + "/get_key_accounts";
const string get_controlled_accounts_func = history_func_base + "/get_controlled_accounts";

const string account_history_func_base = "/v1/account_history";
const string get_transactions_func = account_history_func_base + "/get_transactions";

const string net_func_base = "/v1/net";
const string net_connect = net_func_base + "/connect";
const string net_disconnect = net_func_base + "/disconnect";
Expand Down

0 comments on commit 8689b87

Please sign in to comment.