cuprated/rpc/
constants.rs

1
2
3
4
5
//! Constants used within RPC.

/// The string message used in RPC response fields for when
/// `cuprated` does not support a field that `monerod` has.
pub(super) const FIELD_NOT_SUPPORTED: &str = "`cuprated` does not support this field.";