File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ import "../utils/Context.sol";
14
14
*
15
15
* The split can be in equal parts or in any other arbitrary proportion. The way this is specified is by assigning each
16
16
* 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.
18
19
*
19
20
* `PaymentSplitter` follows a _pull payment_ model. This means that payments are not automatically forwarded to the
20
21
* accounts but kept in this contract, and the actual transfer is triggered as a separate step by calling the {release}
You can’t perform that action at this time.
0 commit comments