This commit is contained in:
Halimao 2024-01-17 16:15:56 +08:00
parent a0e38b9f5e
commit 570dc936c8

View File

@ -97,7 +97,7 @@ impl Command for Account {
return Err(CliError::failed_to_execute_account(
"PRIVATE_KEY shouldn't be empty when --discreet is false",
)
.into())
.into());
}
},
};