1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-11-22 09:47:06 +01:00

update compute privacy

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
mihaisc 2021-04-06 12:08:16 +03:00
parent f64ddb0f78
commit 691b8008ec
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29

View File

@ -114,7 +114,8 @@ function usePublish(): UsePublish {
const origComputePrivacy: ServiceComputePrivacy = {
allowRawAlgorithm: true,
allowNetworkAccess: false,
publisherTrustedAlgorithms: []
publisherTrustedAlgorithms: [],
allowAllPublishedAlgorithms: false
}
const computeService = ocean.compute.createComputeService(
account,