Skip to content

Commit

Permalink
Merge pull request ethereum-mining#2029 from transcendent-ai-labs/master
Browse files Browse the repository at this point in the history
Fix to DBusInt::send() error.
  • Loading branch information
jean-m-cyr authored Sep 6, 2020
2 parents a44e35a + 3bf5bf4 commit c8dd4c0
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 @@ -112,7 +112,7 @@ class MinerCLI
minelog << logLine;

#if ETH_DBUS
dbusint.send(Farm::f().Telemetry().str());
dbusint.send(Farm::f().Telemetry().str().c_str());
#endif
// Resubmit timer
m_cliDisplayTimer.expires_from_now(boost::posix_time::seconds(m_cliDisplayInterval));
Expand Down

0 comments on commit c8dd4c0

Please sign in to comment.