fix to wallet issue on all transfers _after_ an aborted one; disabled update checking on moneropulse; bumped version number to 0.2.5

This commit is contained in:
Some Random Crypto Guy
2024-06-12 12:48:42 +01:00
parent 126caed899
commit 075ba14f9f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ namespace cryptonote
static const command_line::arg_descriptor<std::string> arg_check_updates = {
"check-updates"
, "Check for new versions of monero: [disabled|notify|download|update]"
, "notify"
, "disabled"
};
static const command_line::arg_descriptor<bool> arg_fluffy_blocks = {
"fluffy-blocks"