Skip to content

Commit 8aacf4b

Browse files
committed
Fix comment
1 parent 9d57d6e commit 8aacf4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/src/TokenManager.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ contract TokenManager is IProtocolHandler {
232232
EthscriptionsERC20(token.tokenContract).forceTransfer(from, to, item.amount * 10**18);
233233

234234
emit TokenTransferred(item.deployTxHash, from, to, item.amount, txHash);
235-
// Proofs will be automatically generated by EthscriptionsERC20._update
236235
}
237236

238237
// =============================================================

0 commit comments

Comments
 (0)