mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
add keypair path to cashier network config
This commit is contained in:
@@ -89,6 +89,8 @@ pub struct FeatureNetwork {
|
||||
pub name: String,
|
||||
/// Blockchain (mainnet/testnet/etc.)
|
||||
pub blockchain: String,
|
||||
/// Keypair
|
||||
pub keypair: String,
|
||||
}
|
||||
|
||||
#[derive(Clone, Serialize, Deserialize, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user