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 3cf46f6 commit c6abeb7Copy full SHA for c6abeb7
src/util/rbf.h
@@ -9,7 +9,7 @@
9
10
class CTransaction;
11
12
-static const uint32_t MAX_BIP125_RBF_SEQUENCE = 0xfffffffd;
+static constexpr uint32_t MAX_BIP125_RBF_SEQUENCE{0xfffffffd};
13
14
/** Check whether the sequence numbers on this transaction are signaling opt-in to replace-by-fee,
15
* according to BIP 125. Allow opt-out of transaction replacement by setting nSequence >
0 commit comments