Performing std::move on integral types is pointless. This commit gets rid of moves of values of `unsigned` type in rpc handlers.
Performing std::move on integral types is pointless. This commit gets rid of moves of values of `unsigned` type in rpc handlers.