small fixes

This commit is contained in:
Anatolii Cherednichenko 2022-08-30 03:29:03 +03:00
parent 55534ea002
commit 91a420433a
10 changed files with 13 additions and 15 deletions

View file

@ -382,7 +382,7 @@ namespace i2p {
break;
default:
LogPrint(eLogError, "Identity: Unknown crypto key type ", (int) keyType);
};
}
return nullptr;
}
@ -626,7 +626,7 @@ namespace i2p {
break;
default:
LogPrint(eLogError, "Identity: Unknown crypto key type ", (int) cryptoType);
};
}
return nullptr;
}