add link to upstream PR

This commit is contained in:
Riccardo Casatta 2021-07-27 12:17:12 +02:00
parent fd254536d3
commit 77eae76459
No known key found for this signature in database
GPG Key ID: FD986A969E450397

View File

@ -84,7 +84,7 @@ pub struct RpcConfig {
/// This struct is equivalent to [bitcoincore_rpc::Auth] but it implements [serde::Serialize] /// 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 /// 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)] #[derive(Clone, Debug, Hash, Eq, PartialEq, Ord, PartialOrd, Serialize, Deserialize)]
#[serde(rename_all = "snake_case")] #[serde(rename_all = "snake_case")]
#[serde(untagged)] #[serde(untagged)]