This website works better with JavaScript.
Explore
Help
Register
Sign In
mirror
/
remix-project
mirror of
https://github.com/ethereum/remix-project.git
Watch
2
Star
0
Fork
You've already forked remix-project
0
Code
Issues
Releases
Wiki
Activity
fix wrong folder for txModules
Browse Source
pull/1/head
yann300
7 years ago
parent
7921be7517
commit
2bd0197e35
3 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
src/app/execution/txExecution.js
0
src/app/execution/txFormat.js
0
src/app/execution/txHelper.js
2
src/app/contract/txExecution.js → src/app/execution/txExecution.js
Unescape
Escape
View File
@ -30,4 +30,4 @@ module.exports = {
callback
(
error
,
txResult
)
}
)
}
}
}
0
src/app/contract/txFormat.js → src/app/execution/txFormat.js
Unescape
Escape
View File
0
src/app/contract/txHelper.js → src/app/execution/txHelper.js
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mirror/remix-project
Title
Body
Create Issue