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

Merge pull request #107 from oceanprotocol/feature/unit-testing

Fix/args for encrypt method
This commit is contained in:
kin 2020-06-25 09:42:06 +02:00 committed by GitHub
commit 22d9c30265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()
} }