forked from lthn/blockchain
removed warning
This commit is contained in:
parent
257d63d2b1
commit
68b01b800f
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue