FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
Showing only changes of commit 0486a5f1e9 - Show all commits

View file

@ -103,6 +103,11 @@ void cli::run()
} }
else else
std::cout << itr->second( result, args ) << "\n"; std::cout << itr->second( result, args ) << "\n";
if (method == "quit")
{
stop();
}
} }
catch ( const fc::exception& e ) catch ( const fc::exception& e )
{ {