We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3036faf commit bc60c61Copy full SHA for bc60c61
src/primitives/transaction.h
@@ -73,7 +73,7 @@ class CTxIn
73
/* Below flags apply in the context of BIP 68*/
74
/* If this flag set, CTxIn::nSequence is NOT interpreted as a
75
* relative lock-time. */
76
- static const uint32_t SEQUENCE_LOCKTIME_DISABLE_FLAG = (1 << 31);
+ static const uint32_t SEQUENCE_LOCKTIME_DISABLE_FLAG = (1U << 31);
77
78
/* If CTxIn::nSequence encodes a relative lock-time and this flag
79
* is set, the relative lock-time has units of 512 seconds,
0 commit comments