Skip to content

Commit 3bd065e

Browse files
authored
fix: commit hash version field (#143)
This doesn't exist in the API
1 parent 0b8d299 commit 3bd065e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

NArk.Swaps/Boltz/Models/Info/VersionResponse.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@ public class VersionResponse
66
{
77
[JsonPropertyName("version")]
88
public required string Version { get; set; }
9-
10-
[JsonPropertyName("commitHash")]
11-
public required string CommitHash { get; set; }
129
}

0 commit comments

Comments
 (0)