allow to apply_block when exception in database signal handler

This commit is contained in:
elmato 2017-02-10 08:29:48 +00:00
parent 02b2672a39
commit b2b895ac94

View file

@ -563,7 +563,7 @@ void database::notify_changed_objects()
changed_objects(changed_ids);
removed_objects(removed);
}
} FC_CAPTURE_AND_RETHROW() }
} FC_CAPTURE_AND_LOG( () ) }
processed_transaction database::apply_transaction(const signed_transaction& trx, uint32_t skip)
{