You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to libbitcoin_consensus_a_SOURCES target in src/Makefile.am
I had to add a couple "using namespace std::placeholders;" to fix boost errors on _1, _2 etc....
#include <QPainterPath> missing on trafficgraphwidget.cpp
Changed
extern "C" void yespower_hash(const char *input, char *output); to
extern "C" int yespower_hash(const char *input, char *output);
in hash.h
this error occurred on both ubuntu 16.04 and 18.04 i tried all of version 1.0.0, 1.0.1 and 1.0.2...
any idea?
The text was updated successfully, but these errors were encountered: