We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b12f8 commit 1b0cf3dCopy full SHA for 1b0cf3d
src/libzerocoin/bignum.h
@@ -360,7 +360,7 @@ class CBigNum
360
{
361
CBigNum cbn;
362
BN_rshift(cbn.bn, bn, 8*(nSize-3));
363
- nCompact = BN_get_word(bn);
+ nCompact = BN_get_word(cbn.bn);
364
}
365
// The 0x00800000 bit denotes the sign.
366
// Thus, if it is already set, divide the mantissa by 256 and increase the exponent.
0 commit comments