cleanup
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-08-17 10:34:26 -05:00
parent b8dd642dc5
commit 31dbed7a1f
9 changed files with 21 additions and 75 deletions

View File

@@ -30,7 +30,7 @@ public:
explicit client(rpc_host_info host_info);
private:
const rpc_host_info host_info_;
rpc_host_info host_info_;
std::atomic<std::uint32_t> request_id_{0U};
public: