Skip to content

Commit

Permalink
Merge pull request ethereum-mining#1717 from ethereum-mining/dbus
Browse files Browse the repository at this point in the history
Fix DBUS build (again)
  • Loading branch information
StefanOberhumer committed Nov 27, 2018
2 parents 219279f + 527c021 commit 3f7c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethminer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class MinerCLI
}

#if ETH_DBUS
dbusint.send(toString(mp).c_str());
dbusint.send(toString(Farm::f().miningProgress()).c_str());
#endif
}
else
Expand Down

0 comments on commit 3f7c640

Please sign in to comment.