Skip to content

Commit

Permalink
Update MyToken.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BlobMaster41 committed Jan 18, 2025
1 parent 598e533 commit 1aae0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/MyToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class MyToken extends DeployableOP_20 {
this.instantiate(new OP20InitParameters(maxSupply, decimals, name, symbol));

// Add your logic here. Eg, minting the initial supply:
//this._mint(Blockchain.tx.origin, maxSupply);
this._mint(Blockchain.tx.origin, maxSupply);
}

public override execute(method: Selector, calldata: Calldata): BytesWriter {
Expand Down

0 comments on commit 1aae0f7

Please sign in to comment.