mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-03-12 05:11:04 +00:00
Output formatting
This commit is contained in:
parent
95da1e3c30
commit
38f85d3cad
@ -72,6 +72,7 @@ int main(int argc, char * argv[])
|
||||
std::cout << "\nPrivateKey: ";
|
||||
for (int i = 0; b64Private[i] != 0; ++i)
|
||||
std::cout << b64Private[i];
|
||||
std::cout << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user