Skip to content

Commit 1e7d735

Browse files
committed
Clarify PaymentSplitter shares are static
(cherry picked from commit 4bf9ab4)
1 parent 029706d commit 1e7d735

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts/finance/PaymentSplitter.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ import "../utils/Context.sol";
1414
*
1515
* The split can be in equal parts or in any other arbitrary proportion. The way this is specified is by assigning each
1616
* account to a number of shares. Of all the Ether that this contract receives, each account will then be able to claim
17-
* an amount proportional to the percentage of total shares they were assigned.
17+
* an amount proportional to the percentage of total shares they were assigned. The distribution of shares is set at the
18+
* time of contract deployment and can't be updated thereafter.
1819
*
1920
* `PaymentSplitter` follows a _pull payment_ model. This means that payments are not automatically forwarded to the
2021
* accounts but kept in this contract, and the actual transfer is triggered as a separate step by calling the {release}

0 commit comments

Comments
 (0)