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
80a39715
Commit
80a39715
authored
May 25, 2018
by
Sietse Ringers
Browse files
Remove hotfix update function that removed test scheme manager
parent
29bc963a
Changes
1
Hide whitespace changes
Inline
Side-by-side
irmaclient/updates.go
View file @
80a39715
...
...
@@ -71,9 +71,8 @@ var clientUpdates = []func(client *Client) error{
return
client
.
storage
.
StoreKeyshareServers
(
keyshareServers
)
},
func
(
client
*
Client
)
(
err
error
)
{
return
client
.
Configuration
.
DeleteSchemeManager
(
irma
.
NewSchemeManagerIdentifier
(
"test"
))
},
// Remove the test scheme manager which was erroneously included in a production build
nil
,
// No longer necessary, also broke many unit tests
}
// update performs any function from clientUpdates that has not
...
...
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