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 {
9
9
import { PolymathError } from '../PolymathError' ;
10
10
11
11
/**
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
13
13
*/
14
14
export class SetDividendsWallet extends Procedure < SetDividendsWalletProcedureArgs > {
15
15
public type = ProcedureType . SetDividendsWallet ;
16
16
17
17
/**
18
- * - Change dividends wallet address
18
+ * Change the dividends storage wallet address
19
19
*
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
22
23
*/
23
24
public async prepareTransactions ( ) {
24
25
const { symbol, address } = this . args ;
You can’t perform that action at this time.
0 commit comments