Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
cee9d84e
Commit
cee9d84e
authored
Nov 15, 2019
by
Marlon
Committed by
Sietse Ringers
Nov 21, 2019
Browse files
Fixed linter warning in irmaclient/session.go
parent
7e84e178
Changes
1
Hide whitespace changes
Inline
Side-by-side
irmaclient/session.go
View file @
cee9d84e
...
...
@@ -198,7 +198,7 @@ func (client *Client) newQrSession(qr *irma.Qr, handler Handler) SessionDismisse
session
.
request
=
&
irma
.
DisclosureRequest
{}
case
irma
.
ActionSigning
:
session
.
request
=
&
irma
.
SignatureRequest
{}
min
=
&
irma
.
ProtocolVersion
{
2
,
5
}
// New ABS format is not backwards compatible with old irma server
min
=
&
irma
.
ProtocolVersion
{
Major
:
2
,
Minor
:
5
}
// New ABS format is not backwards compatible with old irma server
case
irma
.
ActionIssuing
:
session
.
request
=
&
irma
.
IssuanceRequest
{}
case
irma
.
ActionUnknown
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment