mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 14:06:07 -04:00
serialization: check stream good flag at the end
just in case
This commit is contained in:
parent
a00cabd4f3
commit
1387549e90
3 changed files with 6 additions and 6 deletions
|
@ -320,7 +320,7 @@ namespace cryptonote
|
|||
}
|
||||
if (!typename Archive<W>::is_saving())
|
||||
pruned = true;
|
||||
return true;
|
||||
return ar.stream().good();
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue