mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
change to else if
This commit is contained in:
parent
9eb34340f4
commit
525cda3691
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue