We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37a020 commit bb915d9Copy full SHA for bb915d9
src/simplewallet/simplewallet.cpp
@@ -7747,7 +7747,7 @@ bool simple_wallet::accept_loaded_tx(const tools::wallet2::signed_tx_set &txs)
7747
extra_message = (boost::format("%u key images to import. ") % (unsigned)txs.key_images.size()).str();
7748
return accept_loaded_tx(
7749
[&txs](){return txs.ptx.size();},
7750
- [&txs](size_t n)->const auto&{return std::get<tools::wallet2::tx_construction_data>(txs.ptx[n].construction_data);},
+ [&txs](size_t n)->const auto&{return txs.ptx[n].construction_data;},
7751
extra_message);
7752
}
7753
//----------------------------------------------------------------------------------------------------
0 commit comments