diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-24 13:23:44 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-04 22:27:05 +0000 |
commit | 5f614ba968388ae231579c392f8e793d569b9b3d (patch) | |
tree | d1ca1b3c25fc386d43c9639cef8ccd3fddd537ba /tests | |
parent | wallet2: only export necessary outputs and key images (diff) | |
download | monero-5f614ba968388ae231579c392f8e793d569b9b3d.tar.xz |
simplewallet: print the number of show/all transfers
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit_tests/serialization.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit_tests/serialization.cpp b/tests/unit_tests/serialization.cpp index e1404d637..b4517af2f 100644 --- a/tests/unit_tests/serialization.cpp +++ b/tests/unit_tests/serialization.cpp @@ -922,7 +922,6 @@ inline void serialize(Archive &a, unsigned_tx_set &x, const boost::serialization #define UNSIGNED_TX_PREFIX "Monero unsigned tx set\003" TEST(Serialization, portability_unsigned_tx) { - const boost::filesystem::path filename = unit_test::data_dir / "unsigned_monero_tx"; std::string s; const cryptonote::network_type nettype = cryptonote::TESTNET; |