Skip to content

Commit

Permalink
Revert "Added NodeGetInfo (#347)"
Browse files Browse the repository at this point in the history
This reverts commit 17fb148.
  • Loading branch information
iwsimon committed May 24, 2024
1 parent c0b4301 commit 9de77c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions services/basic_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1206,11 +1206,6 @@ enum HederaFunctionality {
* Delete a node
*/
NodeDelete = 91;

/**
* Get Node information
*/
NodeGetInfo = 92;
}

/**
Expand Down
6 changes: 0 additions & 6 deletions services/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ import "token_get_nft_info.proto";
import "token_get_nft_infos.proto";

import "get_account_details.proto";
import "node_get_info.proto";

/**
* A single query, which is sent from the client to a node. This includes all possible queries. Each
Expand Down Expand Up @@ -198,10 +197,5 @@ message Query {
* Gets all information about an account including allowances granted by the account
*/
GetAccountDetailsQuery accountDetails = 58;

/**
* Get all information about a node
*/
NodeGetInfoQuery nodeGetInfo = 59;
}
}

0 comments on commit 9de77c3

Please sign in to comment.