mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 09:46:07 -04:00
wallet2: only export necessary outputs and key images
and disable annoying test that requires ridiculous amounts of skullduggery every time some format changes
This commit is contained in:
parent
769ae42a7b
commit
8d71b2b1b3
9 changed files with 125 additions and 65 deletions
|
@ -77,7 +77,7 @@ int ColdOutputsFuzzer::run(const std::string &filename)
|
|||
s = std::string("\x01\x16serialization::archive") + s;
|
||||
try
|
||||
{
|
||||
std::vector<tools::wallet2::transfer_details> outputs;
|
||||
std::pair<size_t, std::vector<tools::wallet2::transfer_details>> outputs;
|
||||
std::stringstream iss;
|
||||
iss << s;
|
||||
boost::archive::portable_binary_iarchive ar(iss);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue