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(
|
||||
agreementId,
|
||||
await escrowReward.getAddress(),
|
||||
amount
|
||||
String(amount)
|
||||
)
|
||||
const accessSecretStoreConditionId = await accessSecretStoreCondition.generateIdHash(
|
||||
agreementId,
|
||||
|
Loading…
Reference in New Issue
Block a user