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:
parent
ece08c6963
commit
2d060ff79b
@ -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()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user