Skip to content

Commit 9a81b3b

Browse files
authored
Merge pull request #2247 from oasisprotocol/lw/typo-encrypted
docs: Fix typo in /sign-submit param name
2 parents 840e66d + cb44faf commit 9a81b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rofl/features/rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Subcall.roflEnsureAuthorizedOrigin(roflAppID);
128128
- Oasis SDK calls (`std`) support CBOR-serialized hex-encoded `Transaction`s
129129
to be specified.
130130

131-
- `encrypted` is a boolean flag specifying whether the transaction should be
131+
- `encrypt` is a boolean flag specifying whether the transaction should be
132132
encrypted. By default this is `true`. Note that encryption is handled
133133
transparently for the caller using an ephemeral key and any response is first
134134
decrypted before being passed on.

0 commit comments

Comments
 (0)