Skip to content

Commit 56b32b3

Browse files
author
Yash Agrawal
committed
feat: minor fixes
1 parent 0a913e5 commit 56b32b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contracts/SBTFactory.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ contract SBTFactory is Ownable {
4343
// Save the proxy created in mapping.
4444
sbtProxyMapping[identifier] = address(proxy);
4545

46-
// Initialize the implementation.
47-
SBT(implementation).initialize(minterUpdater, minters);
48-
4946
// Initialize the proxy.
5047
SBT(proxy).initialize(minterUpdater, minters);
5148

0 commit comments

Comments
 (0)