diff --git a/common/config/presets/c_base_node_b_mining_allow_methods.toml b/common/config/presets/c_base_node_b_mining_allow_methods.toml index 085017b383..feb7593392 100644 --- a/common/config/presets/c_base_node_b_mining_allow_methods.toml +++ b/common/config/presets/c_base_node_b_mining_allow_methods.toml @@ -20,7 +20,7 @@ grpc_server_allow_methods = [ #"get_sync_info", #"get_sync_progress", "get_tip_info", - #"identify", + "identify", #"get_network_status", "list_headers", #"get_header_by_hash", diff --git a/common/config/presets/c_base_node_b_non_mining_allow_methods.toml b/common/config/presets/c_base_node_b_non_mining_allow_methods.toml index bf27e6186c..455fe46769 100644 --- a/common/config/presets/c_base_node_b_non_mining_allow_methods.toml +++ b/common/config/presets/c_base_node_b_non_mining_allow_methods.toml @@ -20,7 +20,7 @@ grpc_server_allow_methods = [ #"get_sync_info", #"get_sync_progress", #"get_tip_info", - #"identify", + "identify", #"get_network_status", #"list_headers", #"get_header_by_hash",