mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-28 23:20:55 +08:00
fix: surpress warnings
This commit is contained in:
@@ -20,7 +20,6 @@ pub struct Keychain {
|
||||
microblocks_secret_keys: Vec<StacksPrivateKey>,
|
||||
vrf_secret_keys: Vec<VRFPrivateKey>,
|
||||
vrf_map: HashMap<VRFPublicKey, VRFPrivateKey>,
|
||||
rotations: u64,
|
||||
}
|
||||
|
||||
impl Keychain {
|
||||
@@ -46,7 +45,6 @@ impl Keychain {
|
||||
microblocks_secret_keys: vec![],
|
||||
secret_keys,
|
||||
threshold,
|
||||
rotations: 0,
|
||||
vrf_secret_keys: vec![],
|
||||
vrf_map: HashMap::new(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user