Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Sep 27, 2024
1 parent c526a87 commit 48d0c8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wallet/core/src/wallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ pub struct MultisigWalletFileV0<'a, T: AsRef<[u8]>> {
pub encrypted_mnemonics: Vec<EncryptedMnemonic<T>>,
pub xpublic_keys: Vec<&'a str>, // includes pub keys from encrypted
pub required_signatures: u16,
#[allow(dead_code)]
pub cosigner_index: u8,
pub ecdsa: bool,
}
Expand All @@ -77,7 +76,6 @@ pub struct MultisigWalletFileV1<'a, T: AsRef<[u8]>> {
pub encrypted_mnemonics: Vec<EncryptedMnemonic<T>>,
pub xpublic_keys: Vec<&'a str>, // includes pub keys from encrypted
pub required_signatures: u16,
#[allow(dead_code)]
pub cosigner_index: u8,
pub ecdsa: bool,
}
Expand Down

0 comments on commit 48d0c8c

Please sign in to comment.