Skip to content

Commit

Permalink
tx keys size: removed commented output
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg033 committed Feb 27, 2018
1 parent 2148e1d commit 21f7788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/serialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#include "gtest/gtest.h"
using namespace std;


struct Struct
{
int32_t a;
Expand Down Expand Up @@ -781,7 +782,6 @@ TEST(Serialization, portability_wallet)

}

// std::cout << "w.m_tx_keys.size(): " << w.m_tx_keys.size() << std::endl;
// tx keys
ASSERT_TRUE(w.m_tx_keys.size() == 1);
{
Expand Down

0 comments on commit 21f7788

Please sign in to comment.