We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312b9d3 commit 43fece5Copy full SHA for 43fece5
src/procedures/CancelSto.ts
@@ -60,7 +60,7 @@ export class CancelSto extends Procedure<CancelStoArgs> {
60
*/
61
62
const tokenOwner = await securityToken.owner();
63
- const logMessage = 'cancelling the STO';
+ const logMessage = 'canceling STO';
64
65
await this.addTransaction(stoModule.pause, {
66
tag: PolyTransactionTags.CancelSto,
src/types/index.ts
@@ -74,7 +74,7 @@ export enum ErrorCodes {
74
FatalError = 'FatalError',
75
UnexpectedReturnData = 'UnexpectedReturnData',
76
InvalidAddress = 'InvalidAddress',
77
- InsufficientBalance = 'InsufficiantBalance',
+ InsufficientBalance = 'InsufficientBalance',
78
}
79
80
export interface InvestorBalance {
0 commit comments