mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
client: fixed typo on error statement
This commit is contained in:
@@ -509,7 +509,7 @@ impl std::fmt::Display for ClientFailed {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
|
||||
match self {
|
||||
ClientFailed::NotEnoughValue(i) => {
|
||||
write!(f, "There is no enough value {}", i)
|
||||
write!(f, "There is not enough value {}", i)
|
||||
}
|
||||
ClientFailed::InvalidAddress(i) => {
|
||||
write!(f, "Invalid Address {}", i)
|
||||
|
||||
Reference in New Issue
Block a user