Skip to content

Commit c3fe6a2

Browse files
committed
Style.
1 parent 41c4d06 commit c3fe6a2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

include/bitcoin/database/impl/query/confirm.ipp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -598,17 +598,12 @@ bool CLASS::set_strong(const header_link& link, const tx_links& txs,
598598
const auto ptr = store_.strong_tx.get_memory();
599599

600600
for (const tx_link& tx: txs)
601-
{
602601
if (!store_.strong_tx.put(ptr, record++, tx, table::strong_tx::record
603602
{
604603
{},
605604
link,
606605
positive
607-
}))
608-
{
609-
return false;
610-
}
611-
}
606+
})) return false;
612607

613608
return true;
614609
}

0 commit comments

Comments
 (0)