diff --git a/testnet/stacks-node/src/keychain.rs b/testnet/stacks-node/src/keychain.rs index bc98f7316..98506e308 100644 --- a/testnet/stacks-node/src/keychain.rs +++ b/testnet/stacks-node/src/keychain.rs @@ -20,7 +20,6 @@ pub struct Keychain { microblocks_secret_keys: Vec, vrf_secret_keys: Vec, vrf_map: HashMap, - 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(), }