Use uint for CertType for better compatibility
This commit is contained in:
@@ -51,7 +51,7 @@ type InfoData struct {
|
|||||||
|
|
||||||
type SignDataSignature struct {
|
type SignDataSignature struct {
|
||||||
Approval bool
|
Approval bool
|
||||||
CertType uint32
|
CertType uint
|
||||||
Info SignDataSignatureInfo
|
Info SignDataSignatureInfo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user