Skip to content

Commit

Permalink
send ETH along
Browse files Browse the repository at this point in the history
  • Loading branch information
0xble committed Mar 20, 2024
1 parent 331485b commit 3652909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/crowdfund/ERC20LaunchCrowdfund.sol
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ contract ERC20LaunchCrowdfund is ETHCrowdfundBase {
ERC20LaunchOptions memory _tokenOpts = tokenOpts;

// Create the ERC20 token.
ERC20_CREATOR.createToken(
ERC20_CREATOR.createToken{ value: totalContributions_ }(
address(_party),
_tokenOpts.name,
_tokenOpts.symbol,
Expand Down

0 comments on commit 3652909

Please sign in to comment.