Skip to content

Commit

Permalink
fix debug log endpoint (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene authored Oct 28, 2024
1 parent b6e8b0f commit 0f990fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/walletextension/rpcapi/debug_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (api *DebugAPI) EventLogRelevancy(ctx context.Context, crit common.FilterCr
tryUntilAuthorised: true,
},
"debug_eventLogRelevancy",
crit,
common.SerializableFilterCriteria(crit),
)
if err != nil {
return nil, err
Expand Down

0 comments on commit 0f990fc

Please sign in to comment.