Skip to content

Commit

Permalink
Rename to_tx_spends due to db change.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jan 1, 2025
1 parent 6d425e6 commit 2c50aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/executor_scans.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ void executor::scan_collisions() const
const auto transactions = query_.to_transactions(link);
for (const auto& transaction: transactions)
{
const auto inputs = query_.to_tx_spends(transaction);
const auto inputs = query_.to_spends(transaction);
for (const auto& in: inputs)
{
++total;
Expand Down

0 comments on commit 2c50aaa

Please sign in to comment.