We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4bdd46 + 184fe92 commit bb30fdbCopy full SHA for bb30fdb
1 file changed
Certstream/Entities.cs
@@ -41,7 +41,7 @@ public struct CertificateMessage
41
public struct MessageData
42
{
43
[JsonPropertyName("cert_index")]
44
- public int CertIndex { get; set; }
+ public long CertIndex { get; set; }
45
46
[JsonPropertyName("cert_link")]
47
public string CertLink { get; set; }
0 commit comments