Skip to content

Commit d755e4c

Browse files
committed
fix: feedback request
1 parent c24dee3 commit d755e4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/procedures/SetDividendsWallet.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ import {
99
import { 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
*/
1414
export 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;

0 commit comments

Comments
 (0)