Browse Source

fix #1415 for neth

cl-refactor
caktux 10 years ago
parent
commit
584168a8d7
  1. 6
      neth/main.cpp

6
neth/main.cpp

@ -1152,7 +1152,7 @@ int main(int argc, char** argv)
break; break;
} }
#if ETH_FATDB
// Contracts and addresses // Contracts and addresses
y = 1; y = 1;
auto acs = c->addresses(); auto acs = c->addresses();
@ -1181,6 +1181,10 @@ int main(int argc, char** argv)
if (y > height * 3 / 5 - 4) if (y > height * 3 / 5 - 4)
break; break;
} }
#else
mvwaddnstr(contractswin, 1, x, "build with ETH_FATDB to list contracts", qwidth);
mvwaddnstr(addswin, 1, x, "build with ETH_FATDB to list addresses", width / 2 - 4);
#endif
// Peers // Peers
y = 1; y = 1;

Loading…
Cancel
Save