1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Fix type.

This commit is contained in:
ssallam 2020-01-17 12:55:00 +01:00
parent e22b63cc80
commit eac7b172e6

View File

@ -25,7 +25,7 @@ export class EscrowAccessSecretStoreTemplate extends AgreementTemplateBase {
const lockRewardConditionId = await lockRewardCondition.generateIdHash(
agreementId,
await escrowReward.getAddress(),
amount
String(amount)
)
const accessSecretStoreConditionId = await accessSecretStoreCondition.generateIdHash(
agreementId,