Skip to content

Commit

Permalink
fix: controller redeem issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Wiebe committed Dec 5, 2019
1 parent 40630a7 commit 947bdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/procedures/ControllerRedeem.ts
Expand Up @@ -67,7 +67,7 @@ export class ControllerRedeem extends Procedure<ControllerRedeemProcedureArgs> {
*/
await this.addTransaction(securityToken.controllerRedeem, {
tag: PolyTransactionTag.ControllerRedeem,
resolver: createControllerRedeemResolver(factories, symbol, from),
resolvers: [createControllerRedeemResolver(factories, symbol, from)],
})({ from, value: amount, data, operatorData: log });
}
}
Expand Down

0 comments on commit 947bdcf

Please sign in to comment.