From 2966882c97a9f556bcbee7790b79b69156bbcf4d Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 26 Mar 2015 10:19:14 +0100 Subject: [PATCH] Fixes #1415 --- eth/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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)