Adjust deprecation message to work in both UI and -alertnotify
This commit is contained in:
@@ -150,7 +150,7 @@ TEST_F(DeprecationTest, AlertNotify) {
|
||||
|
||||
// -alertnotify restricts the message to safe characters.
|
||||
auto expectedMsg = strprintf(
|
||||
"This version will be deprecated at block height %d, and will automatically shut down. You should upgrade to the latest version of Zcash. To disable deprecation for this version, set disabledeprecation%s.",
|
||||
"This version will be deprecated at block height %d, and will automatically shut down. You should upgrade to the latest version of Zcash. To disable deprecation for this version, set disabledeprecation to %s.",
|
||||
DEPRECATION_HEIGHT,
|
||||
CLIENT_VERSION_STR);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user