mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-21 11:04:19 +01:00
black and isort
This commit is contained in:
@@ -6,12 +6,15 @@ COIN = 100_000_000
|
||||
TXID = "bff785da9f8169f49be92fa95e31f0890c385bfb1bd24d6b94d7900057c617ae"
|
||||
SEED = b"__not__used"
|
||||
|
||||
from bitcoin.core import (CMutableTxIn, CMutableTxOut, COutPoint, CTransaction,
|
||||
lx)
|
||||
from bitcoin.core import CMutableTxIn, CMutableTxOut, COutPoint, CTransaction, lx
|
||||
from bitcoin.core.script import *
|
||||
from bitcoin.core.script import CScript
|
||||
from bitcoin.core.scripteval import (SCRIPT_VERIFY_P2SH, EvalScriptError,
|
||||
VerifyScript, VerifyScriptError)
|
||||
from bitcoin.core.scripteval import (
|
||||
SCRIPT_VERIFY_P2SH,
|
||||
EvalScriptError,
|
||||
VerifyScript,
|
||||
VerifyScriptError,
|
||||
)
|
||||
from bitcoin.wallet import CBitcoinSecret, P2SHBitcoinAddress
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user