This commit is contained in:
Adam Kelly 2021-02-17 11:33:23 -08:00 committed by Mariano Sorgente
parent 707a38d4ba
commit 18fe80a7b4

View File

@ -29,6 +29,7 @@ def event_loop():
@pytest.fixture(scope="module")
def large_txn_hex():
import pathlib
my_dir = pathlib.Path(__file__).absolute().parent
with open(my_dir / "large-block.hex", "r") as f:
hex_str = f.read()