Skip to content

Commit

Permalink
handle unbound inscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
crypticmeta committed Sep 20, 2024
1 parent 9fc8977 commit 4a69d7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion indexer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,9 @@ const processDoc=(parts:string[])=>{
output = txid + ":" + vout;
location = txid + ":" + vout + ":" + offset;
} else {
throw Error("cant determine location")

// console.log({parts})
// throw Error("cant determine location")
console.error('No match found');
}

Expand Down

0 comments on commit 4a69d7f

Please sign in to comment.