From 3d24a204e437c755e7705c4cf49d09e5853ffd6b Mon Sep 17 00:00:00 2001 From: chimp1984 Date: Sat, 31 Oct 2020 13:30:07 -0500 Subject: [PATCH] Update commit hash to 764d0fa4 --- .../java/bisq/core/network/p2p/inventory/model/RequestInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/bisq/core/network/p2p/inventory/model/RequestInfo.java b/core/src/main/java/bisq/core/network/p2p/inventory/model/RequestInfo.java index 485d54900c..e5b125c1aa 100644 --- a/core/src/main/java/bisq/core/network/p2p/inventory/model/RequestInfo.java +++ b/core/src/main/java/bisq/core/network/p2p/inventory/model/RequestInfo.java @@ -29,7 +29,7 @@ import org.jetbrains.annotations.Nullable; @Getter public class RequestInfo { // Carries latest commit hash of feature changes (not latest commit as that is then the commit for editing that field) - public static final String COMMIT_HASH = "b0f8b968"; + public static final String COMMIT_HASH = "764d0fa4"; private final long requestStartTime; @Setter