mirror of
https://github.com/monero-project/monero.git
synced 2025-12-21 06:43:12 -08:00
remove empty statements
Cleaning up a little around the code base.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user