Skip to content

Commit d15a41c

Browse files
committed
Delint.
1 parent 346c49a commit d15a41c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • include/bitcoin/database/impl/query/batch

include/bitcoin/database/impl/query/batch/silent.ipp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ bool CLASS::set_silent(const header_link& link, const block& block) NOEXCEPT
9595
}
9696

9797
TEMPLATE
98-
bool CLASS::set_silent(const tx_link& link, const transaction& tx) NOEXCEPT
98+
bool CLASS::set_silent(const tx_link& link,
99+
const transaction& BC_DEBUG_ONLY(tx)) NOEXCEPT
99100
{
100101
BC_ASSERT(!tx.is_coinbase());
101102
if (link.is_terminal())

0 commit comments

Comments
 (0)