remove call to notify_changed_objects in _push_transaction
This commit is contained in:
parent
0bc0513e20
commit
823beb7fe5
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ processed_transaction database::_push_transaction( const signed_transaction& trx
|
||||||
auto processed_trx = _apply_transaction( trx );
|
auto processed_trx = _apply_transaction( trx );
|
||||||
_pending_tx.push_back(processed_trx);
|
_pending_tx.push_back(processed_trx);
|
||||||
|
|
||||||
notify_changed_objects();
|
// notify_changed_objects();
|
||||||
// The transaction applied successfully. Merge its changes into the pending block session.
|
// The transaction applied successfully. Merge its changes into the pending block session.
|
||||||
temp_session.merge();
|
temp_session.merge();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue