Allow placing bid with message / anonymous.
This commit is contained in:
@@ -3747,6 +3747,7 @@ void Account::writePrefs() {
|
||||
}
|
||||
|
||||
void Account::readPrefs() {
|
||||
return; AssertIsDebug();
|
||||
FileReadDescriptor prefs;
|
||||
if (!ReadEncryptedFile(prefs, _prefsKey, _basePath, _localKey)) {
|
||||
ClearKey(_prefsKey, _basePath);
|
||||
|
||||
Reference in New Issue
Block a user