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 2cc32d79ba - Show all commits

View file

@ -398,7 +398,7 @@ namespace fc {
print_stacktrace( stacktrace );
elog( "Thread ${name} yielded in exception handler!\n${trace}",
("name",thread::current().name())("trace",stacktrace.str()) );
assert( std::current_exception() != std::exception_ptr() );
assert( std::current_exception() == std::exception_ptr() );
}
check_for_timeouts();