Skip to content

Commit

Permalink
Merge pull request #1903 from YaroShkvorets/GH-1743-add-context-to-co…
Browse files Browse the repository at this point in the history
…ntract-exceptions

[5.0] Add context to contract exceptions
  • Loading branch information
heifner authored Nov 15, 2023
2 parents 5af9e14 + 95c4b03 commit 9239502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/apply_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void apply_context::exec_one()
}
}
}
} FC_RETHROW_EXCEPTIONS( warn, "pending console output: ${console}", ("console", _pending_console_output) )
} FC_RETHROW_EXCEPTIONS( warn, "${receiver} <= ${account}::${action} pending console output: ${console}", ("console", _pending_console_output)("account", act->account)("action", act->name)("receiver", receiver) )

if( control.is_builtin_activated( builtin_protocol_feature_t::action_return_value ) ) {
act_digest = generate_action_digest(
Expand Down

0 comments on commit 9239502

Please sign in to comment.