Skip to content

Commit 17bd295

Browse files
committed
docs: clarify callFee is zero-fee safe in FeeVault doc
1 parent b3f746d commit 17bd295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/contracts/fee_vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This contract serves as a **fee sink** and **distribution mechanism** for a roll
3737

3838
- **Automatic Splitting**: Funds are split automatically upon calling `distribute`. No manual withdrawal is required for the secondary recipient.
3939
- **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.
40+
- **Caller Incentive/Fee**: A caller may need to pay `callFee` to trigger the distribution function (no payment is needed when `callFee` is `0`).
4141

4242
## Workflow
4343

0 commit comments

Comments
 (0)