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 bd3036df8a - Show all commits

View file

@ -56,6 +56,11 @@ void cli::send_notice( uint64_t callback_id, variants args /* = variants() */ )
void cli::start() void cli::start()
{ {
cli_commands() = get_method_names(0); cli_commands() = get_method_names(0);
#ifdef HAVE_EDITLINE
el_hist_size = 256;
#endif
_run_complete = fc::async( [&](){ run(); } ); _run_complete = fc::async( [&](){ run(); } );
} }