transaction.cpp: Remove no-op

This commit is contained in:
theoreticalbts 2015-08-03 15:29:21 -04:00
parent 97137c8808
commit c6debcd59c

View file

@ -71,7 +71,6 @@ void transaction::set_expiration( fc::time_point_sec expiration_time )
void transaction::set_reference_block( const block_id_type& reference_block )
{
ref_block_num = fc::endian_reverse_u32(reference_block._hash[0]);
if( ref_block_num == 0 ) ref_block_prefix = 0;
ref_block_prefix = reference_block._hash[1];
}