|
|
|
@ -32,6 +32,7 @@ static bool noui_ThreadSafeMessageBox(const std::string& message, const std::str
@@ -32,6 +32,7 @@ static bool noui_ThreadSafeMessageBox(const std::string& message, const std::str
|
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* // Never used:
|
|
|
|
|
static void noui_ThreadSafeShowGeneratedI2PAddress(const std::string& caption, const std::string& pub, const std::string& priv, const std::string& b32, const std::string& configFileName) |
|
|
|
|
{ |
|
|
|
|
std::string msg = "\nIf you want to use a permanent I2P-address you have to set a \'mydestination\' option in the configuration file:\n"; |
|
|
|
@ -50,6 +51,7 @@ static void noui_ThreadSafeShowGeneratedI2PAddress(const std::string& caption, c
@@ -50,6 +51,7 @@ static void noui_ThreadSafeShowGeneratedI2PAddress(const std::string& caption, c
|
|
|
|
|
printf("%s: %s\n", caption.c_str(), msg.c_str()); |
|
|
|
|
fprintf(stderr, "%s: %s\n", caption.c_str(), msg.c_str()); |
|
|
|
|
} |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
static bool noui_ThreadSafeAskFee(int64 /*nFeeRequired*/) |
|
|
|
|
{ |
|
|
|
|