allow snake case on struct

lalanza808 4 years ago
parent 996c683f7b
commit eb6f92dd14

@ -228,6 +228,7 @@ pub struct OutputStealthAddress {
pub key: String
}
#[allow(non_snake_case)]
#[derive(Serialize, Deserialize, Hash, Eq, PartialEq, Debug, Clone)]
pub struct RingSignatures {
pub r#type: u32,