mirror of
https://github.com/monero-project/monero.git
synced 2026-01-16 14:53:00 -08:00
serialization: check stream good flag at the end
just in case
This commit is contained in:
@@ -320,7 +320,7 @@ namespace cryptonote
|
||||
}
|
||||
if (!typename Archive<W>::is_saving())
|
||||
pruned = true;
|
||||
return true;
|
||||
return ar.stream().good();
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user