mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
consensus/state: Make State and Client be part of ValidatorState.
This commit is contained in:
@@ -31,7 +31,7 @@ use crate::{
|
||||
/// This includes, receiving, broadcasting, and building.
|
||||
pub struct Client {
|
||||
pub main_keypair: Mutex<Keypair>,
|
||||
wallet: WalletPtr,
|
||||
pub wallet: WalletPtr,
|
||||
mint_pk: Lazy<ProvingKey>,
|
||||
burn_pk: Lazy<ProvingKey>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user