File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,17 @@ import {
99import { PolymathError } from '../PolymathError' ;
1010
1111/**
12- * Procedure that updates the wallet address witch receive reclaimed dividends and tax
12+ * Procedure that modifies the wallet address where reclaimed dividends and withheld taxes are kept
1313 */
1414export class SetDividendsWallet extends Procedure < SetDividendsWalletProcedureArgs > {
1515 public type = ProcedureType . SetDividendsWallet ;
1616
1717 /**
18- * - Change dividends wallet address
18+ * Change the dividends storage wallet address
1919 *
20- * Note that this procedure will fail if the security token symbol doesn't exist
21- * Note that this procedure will fail if the dividend feature hasn't been enabled
20+ * Note that this procedure will fail if:
21+ * - The Security Token doesn't exist
22+ * - The Dividends Feature hasn't been enabled
2223 */
2324 public async prepareTransactions ( ) {
2425 const { symbol, address } = this . args ;
You can’t perform that action at this time.
0 commit comments