change to else if

pull/394/head
wowario 3 years ago
parent 9eb34340f4
commit 525cda3691
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -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…
Cancel
Save