Explorar el Código

add keypair path to cashier network config

ghassmo hace 4 años
padre
commit
df4ab18783
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/cli/cli_config.rs

+ 2 - 0
src/cli/cli_config.rs

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