mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Update commit hash to 764d0fa4
This commit is contained in:
parent
764d0fa47a
commit
3d24a204e4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import org.jetbrains.annotations.Nullable;
|
||||||
@Getter
|
@Getter
|
||||||
public class RequestInfo {
|
public class RequestInfo {
|
||||||
// Carries latest commit hash of feature changes (not latest commit as that is then the commit for editing that field)
|
// 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;
|
private final long requestStartTime;
|
||||||
@Setter
|
@Setter
|
||||||
|
|
Loading…
Add table
Reference in a new issue