From fbad7b6c7e9e084e64ab2fe13f5f08e2d09b659b Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Thu, 6 Jun 2019 21:27:07 +0100 Subject: [PATCH] searchHash --- .../main/groovy/com/muwire/core/connection/Connection.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c8e3e494..8fdc2014 100644 --- a/core/src/main/groovy/com/muwire/core/connection/Connection.groovy +++ b/core/src/main/groovy/com/muwire/core/connection/Connection.groovy @@ -127,7 +127,7 @@ abstract class Connection implements Closeable { query.uuid = e.searchEvent.getUuid() query.firstHop = e.firstHop query.keywords = e.searchEvent.getSearchTerms() - query.infohash = e.searchEvent.infoHash + query.infohash = e.searchEvent.searchHash query.replyTo = e.replyTo.toBase64() if (e.originator != null) query.originator = e.originator.toBase64()