We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a3db6 commit 013d9eaCopy full SHA for 013d9ea
src/guides/use-iapp/how-to-pay-executions.md
@@ -120,7 +120,7 @@ const sendEmail = await web3mail.sendEmail({
120
protectedData: '0x123abc...',
121
emailSubject: 'My email subject',
122
emailContent: 'My email content',
123
- useVoucher: false, // [!code focus]
+ useVoucher: true, // [!code focus]
124
});
125
```
126
@@ -223,8 +223,8 @@ const result = await dataProtectorCore.processProtectedData({
223
224
::: info
225
226
-All price parameters are in **nRLC** (nano RLC). The default value for all price
227
-parameters is `0`, which means no maximum price limit is set.
+All price parameters are in nRLC (nano RLC). The default value for all price
+parameters is 0, which means only free resources are accepted.
228
229
:::
230
0 commit comments