transaction.cpp: Remove no-op
This commit is contained in:
parent
97137c8808
commit
c6debcd59c
1 changed files with 0 additions and 1 deletions
|
|
@ -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 )
|
void transaction::set_reference_block( const block_id_type& reference_block )
|
||||||
{
|
{
|
||||||
ref_block_num = fc::endian_reverse_u32(reference_block._hash[0]);
|
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];
|
ref_block_prefix = reference_block._hash[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue