From fa52e13ee81fcc7543890dbd6986fcb55168583f Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Wed, 7 Feb 2024 13:19:37 +0100 Subject: test: Remove struct.pack from almost all places --- test/functional/p2p_segwit.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/p2p_segwit.py') diff --git a/test/functional/p2p_segwit.py b/test/functional/p2p_segwit.py index 03a19be722..b63c2c7a8d 100755 --- a/test/functional/p2p_segwit.py +++ b/test/functional/p2p_segwit.py @@ -5,7 +5,6 @@ """Test segwit transactions and blocks on P2P network.""" from decimal import Decimal import random -import struct import time from test_framework.blocktools import ( -- cgit v1.2.3