提交 fbf89852 编写于 作者: P Paul Calabrese

STAT-153: Delete obsolete function

上级 589a41b9
......@@ -86,16 +86,6 @@ optional<signed_block> chain_controller::fetch_block_by_number(uint32_t num)cons
return optional<signed_block>();
}
/*
const signed_transaction& chain_controller::get_recent_transaction(const transaction_id_type& trx_id) const
{
auto& index = _db.get_index<transaction_multi_index, by_trx_id>();
auto itr = index.find(trx_id);
FC_ASSERT(itr != index.end());
return itr->trx;
}
*/
std::vector<block_id_type> chain_controller::get_block_ids_on_fork(block_id_type head_of_fork) const
{
pair<fork_database::branch_type, fork_database::branch_type> branches = _fork_db.fetch_branch_from(head_block_id(), head_of_fork);
......
......@@ -121,7 +121,6 @@ namespace eosio { namespace chain {
block_id_type get_block_id_for_num( uint32_t block_num )const;
optional<signed_block> fetch_block_by_id( const block_id_type& id )const;
optional<signed_block> fetch_block_by_number( uint32_t num )const;
//const signed_transaction& get_recent_transaction( const transaction_id_type& trx_id )const;
std::vector<block_id_type> get_block_ids_on_fork(block_id_type head_of_fork)const;
const generated_transaction& get_generated_transaction( const generated_transaction_id_type& id ) const;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册