Skip to content

Commit e21978f

Browse files
committed
Comment.
1 parent 5148f98 commit e21978f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bitcoin/system/chain/transaction.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class BC_API transaction
4545
typedef std::shared_ptr<const transaction> cptr;
4646
typedef input_cptrs::const_iterator input_iterator;
4747

48-
// BIP68: if bit 31 is set then no consensus meaning is applied.
48+
/// Relative locktime also requires activation of bip68.
4949
static bool is_relative_locktime_applied(bool coinbase, uint32_t version,
5050
uint32_t sequence) NOEXCEPT;
5151

0 commit comments

Comments
 (0)