Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 01b18d0

Browse files
author
Victor Wiebe
committed
fix: remove useless percentageTM code
1 parent 3c30ace commit 01b18d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/percentageTransferManager.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ window.addEventListener('load', async () => {
8181

8282
// Create a Security Token Instance
8383
const tickerSecurityTokenInstance = await polymathAPI.tokenFactory.getSecurityTokenInstanceFromTicker(ticker!);
84-
const factory = await polymathAPI.moduleFactory.getModuleFactory(modules[index]);
85-
const setupCost = await factory.setupCostInPoly();
8684

8785
await polymathAPI.moduleRegistry.subscribeAsync({
8886
eventName: ModuleRegistryEvents.ModuleRegistered,

0 commit comments

Comments
 (0)