Skip to content

Commit bb30fdb

Browse files
authored
Merge pull request #4 from tinohager/master
Fix MessageData
2 parents b4bdd46 + 184fe92 commit bb30fdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Certstream/Entities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public struct CertificateMessage
4141
public struct MessageData
4242
{
4343
[JsonPropertyName("cert_index")]
44-
public int CertIndex { get; set; }
44+
public long CertIndex { get; set; }
4545

4646
[JsonPropertyName("cert_link")]
4747
public string CertLink { get; set; }

0 commit comments

Comments
 (0)