File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/remix-ide/src/app/tabs/runTab/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class Recorder extends Plugin {
8484 const rawAddress = txResult . receipt . contractAddress
8585 if ( ! rawAddress ) return // not a contract creation
8686 const address = addressToString ( rawAddress )
87- // save back created addresses for the convertion from tokens to real adresses
87+ // save back created addresses for the conversion from tokens to real adresses
8888 this . data . _createdContracts [ address ] = timestamp
8989 this . data . _createdContractsReverse [ timestamp ] = address
9090 } )
@@ -279,7 +279,7 @@ class Recorder extends Plugin {
279279 }
280280 if ( rawAddress ) {
281281 const address = addressToString ( rawAddress )
282- // save back created addresses for the convertion from tokens to real adresses
282+ // save back created addresses for the conversion from tokens to real adresses
283283 this . data . _createdContracts [ address ] = tx . timestamp
284284 this . data . _createdContractsReverse [ tx . timestamp ] = address
285285 newContractFn ( abi , address , record . contractName )
You can’t perform that action at this time.
0 commit comments