Set the RPC warmup status. When this is done, all RPC calls will error out immediately with RPC_IN_WARMUP.
Declared in <rpc/server.h>
void
SetRPCWarmupStatus(std::string const& newStatus);
| Name | Description |
|---|---|
| newStatus | Human-readable description of the current warmup step. |