1
0
Fork 0
forked from lthn/blockchain

removed warning

This commit is contained in:
crypro.zoidberg 2019-02-08 21:40:42 +01:00
parent 257d63d2b1
commit 68b01b800f

View file

@ -4254,7 +4254,7 @@ bool blockchain_storage::handle_block_to_main_chain(const block& bl, const crypt
return false;
}
uint64_t h = get_block_height(bl);
get_block_height(bl);
if(!check_block_timestamp_main(bl))
{