aboutsummaryrefslogtreecommitdiff
path: root/src/policy/v3_policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/policy/v3_policy.h')
-rw-r--r--src/policy/v3_policy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/policy/v3_policy.h b/src/policy/v3_policy.h
index 9e871915e5..c61d8ac4cc 100644
--- a/src/policy/v3_policy.h
+++ b/src/policy/v3_policy.h
@@ -50,7 +50,7 @@ static_assert(V3_CHILD_MAX_VSIZE + MAX_STANDARD_TX_WEIGHT / WITNESS_SCALE_FACTOR
*
* @returns debug string if an error occurs, std::nullopt otherwise.
*/
-std::optional<std::string> SingleV3Checks(const CTransactionRef& ptx,
+std::optional<std::pair<std::string, CTransactionRef>> SingleV3Checks(const CTransactionRef& ptx,
const CTxMemPool::setEntries& mempool_ancestors,
const std::set<Txid>& direct_conflicts,
int64_t vsize);