Skip to content

Commit

Permalink
remove some unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtowns committed Aug 20, 2024
1 parent 6399167 commit c282ec6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions contrib/signet/powcoins
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,8 @@ from test_framework.script import (
TaprootSignatureHash,
taproot_construct,
)
from test_framework.key import ECKey, H_POINT, compute_xonly_pubkey, sign_schnorr
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import assert_equal, assert_raises_rpc_error
from test_framework.wallet import MiniWallet, MiniWalletMode
from decimal import Decimal
import random
from io import BytesIO
from test_framework.address import output_key_to_p2tr, script_to_p2sh, address_to_scriptpubkey
from test_framework.key import ECKey, compute_xonly_pubkey, sign_schnorr
from test_framework.address import address_to_scriptpubkey

if False:
"""PoW-limited faucet using OP_CAT (idea by ajtowns, see
Expand Down

0 comments on commit c282ec6

Please sign in to comment.