mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
allow snake case on struct
This commit is contained in:
parent
e7d7e45df3
commit
45d2618f39
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue