allow to apply_block when exception in database signal handler
This commit is contained in:
parent
02b2672a39
commit
b2b895ac94
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ void database::notify_changed_objects()
|
||||||
changed_objects(changed_ids);
|
changed_objects(changed_ids);
|
||||||
removed_objects(removed);
|
removed_objects(removed);
|
||||||
}
|
}
|
||||||
} FC_CAPTURE_AND_RETHROW() }
|
} FC_CAPTURE_AND_LOG( () ) }
|
||||||
|
|
||||||
processed_transaction database::apply_transaction(const signed_transaction& trx, uint32_t skip)
|
processed_transaction database::apply_transaction(const signed_transaction& trx, uint32_t skip)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue