Skip to content

Commit

Permalink
fix: feedback request
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffledex committed Jan 15, 2020
1 parent c24dee3 commit d755e4c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/procedures/SetDividendsWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ import {
import { PolymathError } from '../PolymathError';

/**
* Procedure that updates the wallet address witch receive reclaimed dividends and tax
* Procedure that modifies the wallet address where reclaimed dividends and withheld taxes are kept
*/
export class SetDividendsWallet extends Procedure<SetDividendsWalletProcedureArgs> {
public type = ProcedureType.SetDividendsWallet;

/**
* - Change dividends wallet address
* Change the dividends storage wallet address
*
* Note that this procedure will fail if the security token symbol doesn't exist
* Note that this procedure will fail if the dividend feature hasn't been enabled
* Note that this procedure will fail if:
* - The Security Token doesn't exist
* - The Dividends Feature hasn't been enabled
*/
public async prepareTransactions() {
const { symbol, address } = this.args;
Expand Down

0 comments on commit d755e4c

Please sign in to comment.