You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (args.IsArgSet("-datacarriersize") || args.IsArgSet("-datacarrier")) {
907
-
InitWarning(_("Options '-datacarrier' or '-datacarriersize' are set but are marked as deprecated. They will be removed in a future version."));
907
+
InitWarning(_("Options '-datacarrier' or '-datacarriersize' are set but are marked as deprecated and are expected to be removed in a future version."));
908
908
}
909
909
910
910
// We no longer limit the orphanage based on number of transactions but keep the option to warn users who still have it in their config.
0 commit comments