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 0a913e5 commit 56b32b3Copy full SHA for 56b32b3
contracts/SBTFactory.sol
@@ -43,9 +43,6 @@ contract SBTFactory is Ownable {
43
// Save the proxy created in mapping.
44
sbtProxyMapping[identifier] = address(proxy);
45
46
- // Initialize the implementation.
47
- SBT(implementation).initialize(minterUpdater, minters);
48
-
49
// Initialize the proxy.
50
SBT(proxy).initialize(minterUpdater, minters);
51
0 commit comments