Skip to content

Commit

Permalink
Update src/types/plugin-input.ts
Browse files Browse the repository at this point in the history
Co-authored-by: アレクサンダー.eth <[email protected]>
  • Loading branch information
hhio618 and 0x4007 authored Feb 26, 2025
1 parent 52edb8a commit fff342c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/plugin-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const pluginSettingsSchema = T.Object(
automaticTransferMode: T.Boolean({
default: true,
description:
"If set to false or if there are insufficient funds to settle the payment, permits will be generated instead of processing direct payouts.",
"If set to false, or if there are insufficient funds to settle the payment, permits will be generated instead of immediately transferring rewards to the beneficiaries.",
}),
incentives: T.Object(
{
Expand Down

0 comments on commit fff342c

Please sign in to comment.