Skip to content

Commit 012ec9a

Browse files
author
Victor Wiebe
committed
fix: modify tiered sto mistake
1 parent 63347f3 commit 012ec9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/procedures/ModifyTieredStoData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@ export class ModifyTieredStoData extends Procedure<ModifyTieredStoDataProcedureA
250250
})({
251251
treasuryWallet: unsoldTokensWallet,
252252
wallet: raisedFundsWallet,
253-
usdTokens: stableCoinAddresses,
253+
stableTokens: stableCoinAddresses,
254254
});
255255
}
256256

257257
if (addedTransactions.length === 0) {
258258
throw new PolymathError({
259259
code: ErrorCode.ProcedureValidationError,
260-
message: 'Modify STO data failed: nodthing to modify',
260+
message: 'Modify STO data failed: nothing to modify',
261261
});
262262
}
263263
}

0 commit comments

Comments
 (0)