From ec2d89c18cba7dc28236ae6bc232ffcdf77bff3c Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Thu, 6 Jun 2019 21:21:40 +0100 Subject: [PATCH] serialize infohash --- .../src/main/groovy/com/muwire/core/connection/Connection.groovy | 1 + 1 file changed, 1 insertion(+) 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 a42efb8d..c8e3e494 100644 --- a/core/src/main/groovy/com/muwire/core/connection/Connection.groovy +++ b/core/src/main/groovy/com/muwire/core/connection/Connection.groovy @@ -127,6 +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.replyTo = e.replyTo.toBase64() if (e.originator != null) query.originator = e.originator.toBase64()