mirror of
https://github.com/monero-project/monero.git
synced 2025-08-11 20:10:14 -04:00
rct: change the simple flag to a type
for future expansion
This commit is contained in:
parent
c5be4b0bea
commit
3ab2ab3e76
8 changed files with 46 additions and 25 deletions
|
@ -591,7 +591,7 @@ TEST(Serialization, serializes_ringct_types)
|
|||
|
||||
ASSERT_TRUE(serialization::dump_binary(s0, blob));
|
||||
ASSERT_TRUE(serialization::parse_binary(blob, s1));
|
||||
ASSERT_TRUE(s0.simple == s1.simple);
|
||||
ASSERT_TRUE(s0.type == s1.type);
|
||||
ASSERT_TRUE(s0.rangeSigs.size() == s1.rangeSigs.size());
|
||||
for (size_t n = 0; n < s0.rangeSigs.size(); ++n)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue