Skip to content

Commit

Permalink
Merge pull request #26 from koinos/add-services
Browse files Browse the repository at this point in the history
Add `jsonrpc` and `grpc` service names
  • Loading branch information
mvandeberg authored Jan 17, 2023
2 parents 721ef72 + 9a4fe7e commit 12dd0d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/util/include/koinos/util/services.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ namespace service {
constexpr char p2p[] = "p2p";
constexpr char contract_meta_store[] = "contract_meta_store";
constexpr char account_history[] = "account_history";
constexpr char grpc[] = "grpc";
constexpr char jsonrpc[] = "jsonrpc";
}

std::filesystem::path get_default_base_directory();
Expand Down

0 comments on commit 12dd0d7

Please sign in to comment.