aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2021-02-08 14:12:12 -0500
committerCarl Dong <contact@carldong.me>2021-02-18 14:49:10 -0500
commit8f5c100064bea720351d450f8116ff3abe0515cc (patch)
treecc32dd69222e80e70c3a098cff710299d145c4a9 /src/validation.h
parent8c824819c85005ee6c783e9f8fa43ff91716e33d (diff)
downloadbitcoin-8f5c100064bea720351d450f8116ff3abe0515cc.tar.xz
style-only: Make CheckSequenceLock signature readable
Diffstat (limited to 'src/validation.h')
-rw-r--r--src/validation.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h
index 7fc0d31c70..4e4bdbea54 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -266,7 +266,12 @@ bool TestLockPointValidity(CChain& active_chain, const LockPoints* lp) EXCLUSIVE
*
* See consensus/consensus.h for flag definitions.
*/
-bool CheckSequenceLocks(CChainState& active_chainstate, const CTxMemPool& pool, const CTransaction& tx, int flags, LockPoints* lp = nullptr, bool useExistingLockPoints = false) EXCLUSIVE_LOCKS_REQUIRED(::cs_main, pool.cs);
+bool CheckSequenceLocks(CChainState& active_chainstate,
+ const CTxMemPool& pool,
+ const CTransaction& tx,
+ int flags,
+ LockPoints* lp = nullptr,
+ bool useExistingLockPoints = false) EXCLUSIVE_LOCKS_REQUIRED(::cs_main, pool.cs);
/**
* Closure representing one script verification