test: Remove struct.pack from almost all places

This commit is contained in:
MarcoFalke
2024-02-07 13:19:37 +01:00
parent fa826db477
commit fa52e13ee8
5 changed files with 4 additions and 9 deletions

View File

@@ -8,7 +8,6 @@ This file is modified from python-bitcoinlib.
"""
from collections import namedtuple
import struct
import unittest
from .key import TaggedHash, tweak_add_pubkey, compute_xonly_pubkey