1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix args for encrypt method

This commit is contained in:
Ahmed Ali 2020-06-25 09:40:00 +02:00
parent ece08c6963
commit 2d060ff79b

View File

@ -47,8 +47,8 @@ export class Provider extends Instantiable {
) )
const args = { const args = {
did, documentId: did,
signature, signature: signature,
document: JSON.stringify(document), document: JSON.stringify(document),
publisherAddress: account.getId() publisherAddress: account.getId()
} }