Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit 164f1f68e6 - Show all commits

View file

@ -192,7 +192,8 @@ namespace fc
ss << "<- exception in to_detail_string.";
}
ss << " " << my->_name << ": " << my->_what << "\n";
for( auto itr = my->_elog.begin(); itr != my->_elog.end(); ) {
for( auto itr = my->_elog.begin(); itr != my->_elog.end(); )
{
try {
ss << itr->get_message() <<"\n";
try