We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f746d commit 17bd295Copy full SHA for 17bd295
1 file changed
docs/contracts/fee_vault.md
@@ -37,7 +37,7 @@ This contract serves as a **fee sink** and **distribution mechanism** for a roll
37
38
- **Automatic Splitting**: Funds are split automatically upon calling `distribute`. No manual withdrawal is required for the secondary recipient.
39
- **Minimum Threshold**: A `minimumAmount` ensures that distribution only occurs when it is economically viable.
40
-- **Caller Incentive/Fee**: A `callFee` is required to trigger the distribution function.
+- **Caller Incentive/Fee**: A caller may need to pay `callFee` to trigger the distribution function (no payment is needed when `callFee` is `0`).
41
42
## Workflow
43
0 commit comments