This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
ethminer
mirror of
https://github.com/lukechilds/ethminer.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Fix mismatched forward declaration of Transaction.
cl-refactor
Tim Hughes
11 years ago
parent
b5fd0d55c3
commit
a4eea82c8c
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
libethereum/ExtVMFace.h
2
libethereum/ExtVMFace.h
View File
@ -28,7 +28,7 @@
namespace
eth
{
class
Transaction
;
struct
Transaction
;
class
ExtVMFace
{
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
lukechilds/ethminer
Title
Body
Create Issue