Skip to content

Commit

Permalink
Bugfix in search for naddr
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Nov 9, 2023
1 parent 54881fb commit 46688ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip-lib/src/overlord/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ impl Overlord {
},
true,
)?
.get(1)
.get(0)
{
note_search_results.push(event.clone());
} else {
Expand Down

0 comments on commit 46688ae

Please sign in to comment.