diff --git a/src/blockchain/rpc.rs b/src/blockchain/rpc.rs index fd335fd0..fd06dcf1 100644 --- a/src/blockchain/rpc.rs +++ b/src/blockchain/rpc.rs @@ -84,7 +84,7 @@ pub struct RpcConfig { /// This struct is equivalent to [bitcoincore_rpc::Auth] but it implements [serde::Serialize] /// To be removed once upstream equivalent is implementing Serialize (json serialization format -/// should be the same) +/// should be the same) https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/181 #[derive(Clone, Debug, Hash, Eq, PartialEq, Ord, PartialOrd, Serialize, Deserialize)] #[serde(rename_all = "snake_case")] #[serde(untagged)]