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
ff6883710b
commit
f380155a97
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ namespace rct {
|
|||
}
|
||||
ar.end_array();
|
||||
}
|
||||
if (type == RCTTypeBulletproofPlus)
|
||||
else if (type == RCTTypeBulletproofPlus)
|
||||
{
|
||||
uint32_t nbp = bulletproofs_plus.size();
|
||||
VARINT_FIELD(nbp)
|
||||
|
|
Loading…
Reference in a new issue