Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Dec 19, 2024
1 parent be0e724 commit 96f101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ain-ocean/src/indexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ fn invalidate_script(services: &Arc<Services>, ctx: &Context, txs: &[Transaction

let Some(vout) = find_tx_vout(services, &vin, txs)? else {
if is_skipped_tx(&vin.txid) {
return Ok(());
continue;
};

return Err(Error::NotFoundIndex {
Expand Down

0 comments on commit 96f101e

Please sign in to comment.