Skip to content

Commit

Permalink
non-concurrent set_strong under block/tx.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jun 24, 2024
1 parent 306c5ac commit 182c10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/database/impl/query/archive.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ code CLASS::set_code(txs_link& out_fk, const transactions& txs,

// Clean allocation failure (e.g. disk full), see set_strong() comments.
// Transactor assures cannot be restored without txs, as required to unset.
if (strong && !set_strong(bc::par_unseq, key, links, positive))
if (strong && !set_strong(bc::seq, key, links, positive))
return error::txs_confirm;

// Header link is the key for the txs table.
Expand Down

0 comments on commit 182c10f

Please sign in to comment.