diff options
| author | Interchained <president@worldvaporexpo.com> | 2020-02-14 18:35:53 -0500 |
|---|---|---|
| committer | Mark Evans <president@worldvaporexpo.com> | 2020-02-17 11:55:15 -0500 |
| commit | c61abf87c0aa4157824326ff80670ad3ccc9e470 (patch) | |
| tree | 94196dde14352eb38b1f977c8af02c183b6d3ba7 /tests/unit_tests/test_tx_utils.cpp | |
| parent | 6b2b1d6368f5164b5354cd5826edd09c4de00cad (diff) | |
| download | monzero-core-c61abf87c0aa4157824326ff80670ad3ccc9e470.tar.gz monzero-core-c61abf87c0aa4157824326ff80670ad3ccc9e470.tar.xz monzero-core-c61abf87c0aa4157824326ff80670ad3ccc9e470.zip | |
remove empty statements
Cleaning up a little around the code base.
Diffstat (limited to 'tests/unit_tests/test_tx_utils.cpp')
| -rw-r--r-- | tests/unit_tests/test_tx_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/test_tx_utils.cpp b/tests/unit_tests/test_tx_utils.cpp index d8d760b07..deb45594d 100644 --- a/tests/unit_tests/test_tx_utils.cpp +++ b/tests/unit_tests/test_tx_utils.cpp @@ -44,7 +44,7 @@ namespace TEST(parse_tx_extra, handles_empty_extra) { - std::vector<uint8_t> extra;; + std::vector<uint8_t> extra; std::vector<cryptonote::tx_extra_field> tx_extra_fields; ASSERT_TRUE(cryptonote::parse_tx_extra(extra, tx_extra_fields)); ASSERT_TRUE(tx_extra_fields.empty()); |
