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 3d39a51cdc - Show all commits

View file

@ -289,7 +289,7 @@ void cli::start()
cli_commands() = get_method_names(0); cli_commands() = get_method_names(0);
#endif #endif
_run_complete = fc::async( [&](){ run(); } ); _run_complete = fc::async( [this](){ run(); } );
} }
/*** /***