diff --git a/core/src/main/groovy/com/muwire/core/connection/Connection.groovy b/core/src/main/groovy/com/muwire/core/connection/Connection.groovy index ef86693a..a42efb8d 100644 --- a/core/src/main/groovy/com/muwire/core/connection/Connection.groovy +++ b/core/src/main/groovy/com/muwire/core/connection/Connection.groovy @@ -180,7 +180,7 @@ abstract class Connection implements Closeable { SearchEvent searchEvent = new SearchEvent(searchTerms : search.keywords, - searchHash : search.infohash, + searchHash : Base64.decode(search.infohash), uuid : uuid) QueryEvent event = new QueryEvent ( searchEvent : searchEvent, replyTo : replyTo,