Skip to content

Commit

Permalink
HAL-04 Inconsistencies in documentation (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
makarychev authored Dec 5, 2024
1 parent 80ddd6d commit 537315d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ Typically any legal entity third-party Transfer Agent will need access to both t
| setAllowTransferRule() | no | no | **yes** | no |
| setHolderMax() | no | no | **yes** | no |
| setHolderGroupMax() | no | no | **yes** | no |
| initilizeTransferRule() | no | no | **yes** | no |
| initializeTransferRule() | no | no | **yes** | no |
| freezeWallet() | no | no | **yes** | **yes** |
| thawWallet() | no | no | **yes** | **yes** |
| setTransferGroup() | no | no | **yes** | **yes** |
Expand Down Expand Up @@ -541,7 +541,7 @@ Usualy used with `initializeTransferRestricitionHolder` and `initializeHolderGro

## `initialializeTransferRule`

`initilizeTransferRule` is used to create new transfer rule for 2 specified groups where `..groupFrom` for senders and `..groupTo` for reveivers
`initializeTransferRule` is used to create new transfer rule for 2 specified groups where `..groupFrom` for senders and `..groupTo` for reveivers

## Timelock Cancellations and Transfers

Expand Down
2 changes: 1 addition & 1 deletion programs/dividends/src/instructions/fund_dividends.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub struct FundDividends<'info> {
pub token_program: Interface<'info, TokenInterface>,
}

// only transfer admin can fund the distributor
// anyone can fund the distributor
/// Fund dividend tokens to the [MerkleDistributor].
pub fn fund_dividends<'info>(
ctx: Context<'_, '_, '_, 'info, FundDividends<'info>>,
Expand Down

0 comments on commit 537315d

Please sign in to comment.