mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-08 19:28:53 +00:00
change to else if
This commit is contained in:
parent
9eb34340f4
commit
525cda3691
@ -437,7 +437,7 @@ namespace rct {
|
|||||||
}
|
}
|
||||||
ar.end_array();
|
ar.end_array();
|
||||||
}
|
}
|
||||||
if (type == RCTTypeBulletproofPlus)
|
else if (type == RCTTypeBulletproofPlus)
|
||||||
{
|
{
|
||||||
uint32_t nbp = bulletproofs_plus.size();
|
uint32_t nbp = bulletproofs_plus.size();
|
||||||
VARINT_FIELD(nbp)
|
VARINT_FIELD(nbp)
|
||||||
|
Loading…
Reference in New Issue
Block a user