mirror of
https://github.com/monero-project/monero.git
synced 2024-11-05 16:07:37 +00:00
Fix Typo
This commit is contained in:
parent
4b728d7dd4
commit
f357210c00
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ namespace
|
||||||
}
|
}
|
||||||
|
|
||||||
if (warn_of_possible_attack)
|
if (warn_of_possible_attack)
|
||||||
fail_msg_writer() << tr("There was an error, which could mean the node may be trying to get you to retry creating a transaction, and zero in on which outputs you own. Or it could be a bona fide error. It may be prudent to disconnect from this node, and not try to send a tranasction immediately. Alternatively, connect to another node so the original node cannot correlate information.");
|
fail_msg_writer() << tr("There was an error, which could mean the node may be trying to get you to retry creating a transaction, and zero in on which outputs you own. Or it could be a bona fide error. It may be prudent to disconnect from this node, and not try to send a transaction immediately. Alternatively, connect to another node so the original node cannot correlate information.");
|
||||||
}
|
}
|
||||||
|
|
||||||
bool check_file_overwrite(const std::string &filename)
|
bool check_file_overwrite(const std::string &filename)
|
||||||
|
|
Loading…
Reference in a new issue