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 20c1688223 - Show all commits

View file

@ -239,7 +239,6 @@ namespace fc
ss << "<- exception in to_string.\n"; ss << "<- exception in to_string.\n";
} }
} }
return ss.str();
} catch( std::bad_alloc& ) { } catch( std::bad_alloc& ) {
throw; throw;
} catch( ... ) { } catch( ... ) {