Skip to content

Commit c10edb6

Browse files
authored
Merge pull request #15 from smartcontractkit/zeuslawyer-minor-patch0
2 parents 3995cf5 + cf93c57 commit c10edb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ const secretsEntriesForGateway = await secretsManager.listDONHostedEncryptedSecr
405405
`buildDONHostedEncryptedSecretsReference()` can be used to construct the hex string which represents the `encryptedSecretsReference` bytes used to reference the DON hosted encrypted secrets when making an on-chain Functions request. To use DON hosted encrypted secrets in an on-chain request, also ensure that `secretsLocation` is set to `Location.DONHosted` (ie: `2`).
406406

407407
```
408-
const encryptedSecretsReference: string = buildDONHostedEncryptedSecretsReference({
408+
const encryptedSecretsReference: string = secretsManager.buildDONHostedEncryptedSecretsReference({
409409
slotId: number,
410410
version: number
411411
})

0 commit comments

Comments
 (0)