From 51fbbc887e9bbdc0e533924ec1b50f34ab431d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Guti=C3=A9rrez?= Date: Tue, 12 Mar 2019 23:44:16 +0100 Subject: [PATCH] Fix dependencies references on Escrow template. --- ...scrowAccessSecretStoreTemplate.serviceAgreementTemplate.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/keeper/contracts/templates/EscrowAccessSecretStoreTemplate.serviceAgreementTemplate.ts b/src/keeper/contracts/templates/EscrowAccessSecretStoreTemplate.serviceAgreementTemplate.ts index a04ac65..5615b40 100644 --- a/src/keeper/contracts/templates/EscrowAccessSecretStoreTemplate.serviceAgreementTemplate.ts +++ b/src/keeper/contracts/templates/EscrowAccessSecretStoreTemplate.serviceAgreementTemplate.ts @@ -20,8 +20,8 @@ export const escrowAccessSecretStoreTemplateServiceAgreementTemplate: ServiceAgr ], "conditionDependency": { "lockReward": [], - "grantSecretStoreAccess": [], - "releaseReward": [ + "accessSecretStore": [], + "escrowReward": [ "lockReward", "accessSecretStore" ]