js: expect additional 'info' to arrive on decrypt, too
-- * src/permittedOperations.js: if decrypt includes a verification, this info needs to pass, too.
This commit is contained in:
parent
5b0f8230b2
commit
fff365ffc5
@ -166,7 +166,8 @@ export const permittedOperations = {
|
||||
type: ['signature', 'ciphertext'],
|
||||
data: {
|
||||
'data': 'string',
|
||||
'base64':'boolean'
|
||||
'base64':'boolean',
|
||||
'info': 'object'
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user