mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-26 14:00:29 +01:00
Remove GetAdjustedTime from init.cpp
This commit is contained in:
@@ -16,6 +16,7 @@ import copy
|
||||
import time
|
||||
|
||||
from test_framework.blocktools import (
|
||||
MAX_FUTURE_BLOCK_TIME,
|
||||
create_block,
|
||||
create_coinbase,
|
||||
create_tx_with_script,
|
||||
@@ -26,8 +27,6 @@ from test_framework.script import OP_TRUE
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import assert_equal
|
||||
|
||||
MAX_FUTURE_BLOCK_TIME = 2 * 60 * 60
|
||||
|
||||
|
||||
class InvalidBlockRequestTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
|
||||
Reference in New Issue
Block a user