diff --git a/eth/main.cpp b/eth/main.cpp index 03c54a5b1..bc219c1b3 100644 --- a/eth/main.cpp +++ b/eth/main.cpp @@ -88,8 +88,10 @@ void interactiveHelp() << " send Execute a given transaction with current secret." << endl << " contract Create a new contract with current secret." << endl << " peers List the peers that are connected" << endl +#if ETH_FATDB << " listaccounts List the accounts on the network." << endl << " listcontracts List the contracts on the network." << endl +#endif << " setsecret Set the secret to the hex secret key." < Set the coinbase (mining payout) address." < Export the config (.RLP) to the path provided." <addresses(); @@ -707,6 +710,7 @@ int main(int argc, char** argv) cout << ss << endl; } } +#endif else if (c && cmd == "send") { if (iss.peek() != -1)