Skip to content

Commit

Permalink
require geth 1.8.21 as per constantinople revert
Browse files Browse the repository at this point in the history
  • Loading branch information
almindor committed Jan 15, 2019
1 parent 4d5ac5f commit 0376ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int main(int argc, char *argv[])
QCoreApplication::setOrganizationName("Etherdyne");
QCoreApplication::setOrganizationDomain("etherwall.com");
QCoreApplication::setApplicationName("Etherwall");
QCoreApplication::setApplicationVersion("2.3.0");
QCoreApplication::setApplicationVersion("2.3.1");
app.setWindowIcon(QIcon(QPixmap(":/images/icon")));

QTranslator translator;
Expand Down
2 changes: 1 addition & 1 deletion src/nodemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ namespace Etherwall {
QString minVersionStr;
// Constantinopol checks
switch (fNodeType) {
case Geth: minVersion = 108020; minVersionStr = "1.8.20"; break;
case Geth: minVersion = 108021; minVersionStr = "1.8.21"; break;
case Parity: minVersion = 201011; minVersionStr = "2.1.11"; break;
}

Expand Down

0 comments on commit 0376ab2

Please sign in to comment.