Skip to content

Commit

Permalink
Fix post_apply_transaction typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Jun 18, 2018
1 parent dd02462 commit 9293176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3331,7 +3331,7 @@ boost::signals2::connection database::add_pre_apply_transaction_handler( const a
boost::signals2::connection database::add_post_apply_transaction_handler( const apply_transaction_handler_t& func,
const abstract_plugin& plugin, int32_t group )
{
return connect_impl(_pre_apply_transaction_signal, func, plugin, group, "<-transaction");
return connect_impl(_post_apply_transaction_signal, func, plugin, group, "<-transaction");
}

boost::signals2::connection database::add_pre_apply_block_handler( const apply_block_handler_t& func,
Expand Down

0 comments on commit 9293176

Please sign in to comment.