Skip to content

Commit

Permalink
Update include/ccf/service/node_info_network.h
Browse files Browse the repository at this point in the history
Co-authored-by: Amaury Chamayou <amaury@xargs.fr>
  • Loading branch information
Christoph M. Wintersteiger and achamayou committed Mar 1, 2023
1 parent c43fd76 commit 98b5459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ccf/service/node_info_network.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ namespace ccf
std::optional<std::vector<std::string>> accepted_endpoints = std::nullopt;

/// Timeout for forwarded RPC calls (in milliseconds)
std::optional<size_t> forwarding_timeout = std::nullopt;
std::optional<size_t> forwarding_timeout_ms = std::nullopt;

bool operator==(const NetInterface& other) const
{
Expand Down

0 comments on commit 98b5459

Please sign in to comment.