Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 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);
#endif
_run_complete = fc::async( [&](){ run(); } );
_run_complete = fc::async( [this](){ run(); } );
}
/***