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:
parent
e22b63cc80
commit
eac7b172e6
@ -25,7 +25,7 @@ export class EscrowAccessSecretStoreTemplate extends AgreementTemplateBase {
|
|||||||
const lockRewardConditionId = await lockRewardCondition.generateIdHash(
|
const lockRewardConditionId = await lockRewardCondition.generateIdHash(
|
||||||
agreementId,
|
agreementId,
|
||||||
await escrowReward.getAddress(),
|
await escrowReward.getAddress(),
|
||||||
amount
|
String(amount)
|
||||||
)
|
)
|
||||||
const accessSecretStoreConditionId = await accessSecretStoreCondition.generateIdHash(
|
const accessSecretStoreConditionId = await accessSecretStoreCondition.generateIdHash(
|
||||||
agreementId,
|
agreementId,
|
||||||
|
Loading…
Reference in New Issue
Block a user