mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
commit
c4f75fe898
11 changed files with 14 additions and 14 deletions
|
@ -82,7 +82,7 @@ namespace
|
|||
|
||||
lo = mul128(0x1111111111111111, 0x1111111111111111, &hi);
|
||||
ASSERT_EQ(lo, 0x0fedcba987654321);
|
||||
ASSERT_EQ(hi, 0x0123456789abcdf0);;
|
||||
ASSERT_EQ(hi, 0x0123456789abcdf0);
|
||||
}
|
||||
|
||||
TEST(mul128_with_carry_1_only, multiplies_correctly)
|
||||
|
|
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue