fix macos operator error

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

@ -342,7 +342,7 @@ namespace boost
if (x.rangeSigs.empty())
{
a & x.bulletproofs;
if (ver >= 2)
if (ver >= 2u)
a & x.bulletproofs_plus;
}
a & x.MGs;
@ -372,7 +372,7 @@ namespace boost
if (x.p.rangeSigs.empty())
{
a & x.p.bulletproofs;
if (ver >= 2)
if (ver >= 2u)
a & x.p.bulletproofs_plus;
}
a & x.p.MGs;

Loading…
Cancel
Save