add keypair path to cashier network config

This commit is contained in:
ghassmo
2021-10-09 10:52:13 +03:00
parent 7409b55f8f
commit df4ab18783

View File

@@ -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)]