pub const SET_BOOTSTRAP_DAEMON_REQUEST: &str = r#"{
"address": "http://getmonero.org:18081"
}"#;
Expand description
use cuprate_test_utils::rpc::data::other::*;
use serde_json::{to_value, Value};
let value = serde_json::from_str::<Value>(&SET_BOOTSTRAP_DAEMON_REQUEST);