Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions input/chainsync/chainsync.go
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,10 @@ func resolveTransactionInputs(
if len(matches) == 0 {
slog.Warn(
"no matches found for input, could be due to Kupo not in sync.",
"txId", txId,
"txIndex", txIndex,
"txId",
txId,
"txIndex",
txIndex,
)
} else {
slog.Debug(fmt.Sprintf("found matches %d for input TxId: %s, Index: %d", len(matches), txId, txIndex))
Expand Down
6 changes: 3 additions & 3 deletions openapi/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading