Loading include/client/rpc/rpc_types.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -2578,7 +2578,7 @@ struct chunk_stat_proxy { // RPC public identifier // (N.B: we reuse the same IDs assigned by Margo so that the daemon // understands Hermes RPCs) constexpr static const uint64_t public_id = 3054698496; // TODO constexpr static const uint64_t public_id = 2330722304; // RPC internal Mercury identifier constexpr static const hg_id_t mercury_id = public_id; Loading Loading
include/client/rpc/rpc_types.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -2578,7 +2578,7 @@ struct chunk_stat_proxy { // RPC public identifier // (N.B: we reuse the same IDs assigned by Margo so that the daemon // understands Hermes RPCs) constexpr static const uint64_t public_id = 3054698496; // TODO constexpr static const uint64_t public_id = 2330722304; // RPC internal Mercury identifier constexpr static const hg_id_t mercury_id = public_id; Loading