Skip to content

Commit

Permalink
Package version 0.2.87
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Sokolowsky committed Jan 17, 2021
1 parent 7813b6a commit e271874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schemes/cl4rep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ export class CL4RScheme {
* redeem redeem reputation for a beneficiary for all is lockingIds
* @param beneficiary
* @param lockingIds
* @param network network is a optional.
* @return RepuationRewardForBatch
* @param ct4rRedeemerAddress ct4rRedeemerAddress is a optional.
* @return transaction promise
*/
public redeem(beneficiary: Address, lockingIds: number[], ct4rRedeemerAddress?: Address): Operation<any> {
const mapReceipt = (receipt: any) => {
Expand Down

0 comments on commit e271874

Please sign in to comment.