allow snake case on struct

This commit is contained in:
lza_menace 2020-07-02 21:56:34 -07:00
parent e7d7e45df3
commit 45d2618f39
1 changed files with 1 additions and 0 deletions

View File

@ -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,