We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5148f98 commit e21978fCopy full SHA for e21978f
include/bitcoin/system/chain/transaction.hpp
@@ -45,7 +45,7 @@ class BC_API transaction
45
typedef std::shared_ptr<const transaction> cptr;
46
typedef input_cptrs::const_iterator input_iterator;
47
48
- // BIP68: if bit 31 is set then no consensus meaning is applied.
+ /// Relative locktime also requires activation of bip68.
49
static bool is_relative_locktime_applied(bool coinbase, uint32_t version,
50
uint32_t sequence) NOEXCEPT;
51
0 commit comments