WIP: Counter/127 replace all panics by fatal error
1 unresolved thread
1 unresolved thread
Compare changes
+ 24
− 20
@@ -113,25 +113,25 @@ impl DuniterConf for DuRsConf {
@@ -113,25 +113,25 @@ impl DuniterConf for DuRsConf {
@@ -140,7 +140,7 @@ impl DuniterConf for DuRsConf {
@@ -140,7 +140,7 @@ impl DuniterConf for DuRsConf {
@@ -149,25 +149,25 @@ impl DuniterConf for DuRsConf {
@@ -149,25 +149,25 @@ impl DuniterConf for DuRsConf {
@@ -186,7 +186,7 @@ impl DuniterConf for DuRsConf {
@@ -186,7 +186,7 @@ impl DuniterConf for DuRsConf {
@@ -269,7 +269,7 @@ fn generate_random_keypair(algo: KeysAlgo) -> KeyPairEnum {
@@ -269,7 +269,7 @@ fn generate_random_keypair(algo: KeysAlgo) -> KeyPairEnum {
@@ -298,7 +298,7 @@ pub fn get_profile_path(profile: &str) -> PathBuf {
@@ -298,7 +298,7 @@ pub fn get_profile_path(profile: &str) -> PathBuf {
@@ -387,10 +387,14 @@ pub fn load_conf_at_path(profile: &str, profile_path: &PathBuf) -> (DuRsConf, Du
@@ -387,10 +387,14 @@ pub fn load_conf_at_path(profile: &str, profile_path: &PathBuf) -> (DuRsConf, Du
@@ -399,16 +403,16 @@ pub fn load_conf_at_path(profile: &str, profile_path: &PathBuf) -> (DuRsConf, Du
@@ -399,16 +403,16 @@ pub fn load_conf_at_path(profile: &str, profile_path: &PathBuf) -> (DuRsConf, Du
@@ -432,7 +436,7 @@ pub fn load_conf_at_path(profile: &str, profile_path: &PathBuf) -> (DuRsConf, Du
@@ -432,7 +436,7 @@ pub fn load_conf_at_path(profile: &str, profile_path: &PathBuf) -> (DuRsConf, Du
@@ -490,7 +494,7 @@ pub fn get_blockchain_db_path(profile: &str, currency: &CurrencyName) -> PathBuf
@@ -490,7 +494,7 @@ pub fn get_blockchain_db_path(profile: &str, currency: &CurrencyName) -> PathBuf