Skip to content
GitLab
Menu
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
d633e203
Commit
d633e203
authored
Dec 12, 2019
by
Ivar Derksen
Committed by
Sietse Ringers
Feb 05, 2020
Browse files
Added forgotten comment line
parent
e603b936
Changes
1
Hide whitespace changes
Inline
Side-by-side
irmaclient/storage.go
View file @
d633e203
...
...
@@ -161,6 +161,7 @@ func (s *storage) TxStoreSignature(tx *bbolt.Tx, credHash string, sig *gabi.CLSi
// This means that of the signatures of two credentials that have identical attributes
// only one gets stored, one overwriting the other - but that doesn't
// matter, because either one of the signatures is valid over both attribute lists,
// so keeping one of them suffices.
return
s
.
txStore
(
tx
,
credHash
,
sig
,
signaturesBucket
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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