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 346c49a commit d15a41cCopy full SHA for d15a41c
1 file changed
include/bitcoin/database/impl/query/batch/silent.ipp
@@ -95,7 +95,8 @@ bool CLASS::set_silent(const header_link& link, const block& block) NOEXCEPT
95
}
96
97
TEMPLATE
98
-bool CLASS::set_silent(const tx_link& link, const transaction& tx) NOEXCEPT
+bool CLASS::set_silent(const tx_link& link,
99
+ const transaction& BC_DEBUG_ONLY(tx)) NOEXCEPT
100
{
101
BC_ASSERT(!tx.is_coinbase());
102
if (link.is_terminal())
0 commit comments