File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ export class AssignSecurityTokenRole extends Procedure<AssignSecurityTokenRolePr
90
90
} else {
91
91
// Delegate not found. Add them here
92
92
await this . addTransaction ( permissionModule . addDelegate , {
93
- tag : PolyTransactionTag . ChangePermission ,
93
+ tag : PolyTransactionTag . AddDelegate ,
94
94
} ) ( { delegate, details : description } ) ;
95
95
}
96
96
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ export enum PolyTransactionTag {
143
143
WithdrawTaxWithholdings = 'WithdrawTaxWithholdings' ,
144
144
PushDividendPayment = 'PushDividendPayment' ,
145
145
SetDividendsWallet = 'SetDividendsWallet' ,
146
+ AddDelegate = 'AddDelegate' ,
146
147
ChangePermission = 'ChangePermission' ,
147
148
ControllerTransfer = 'ControllerTransfer' ,
148
149
PauseSto = 'PauseSto' ,
You can’t perform that action at this time.
0 commit comments