diff options
| author | MeshCollider <[email protected]> | 2018-10-09 22:18:34 +0900 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2018-10-25 09:30:57 +1300 |
| commit | 353c064596fc2e2c149987ac3b3c11b4c90c4d5f (patch) | |
| tree | 482cdb641f86879e4c08499b1dd7db03885ad760 | |
| parent | Add SegWit support to importmulti with some ProcessImport cleanup (diff) | |
| download | discoin-353c064596fc2e2c149987ac3b3c11b4c90c4d5f.tar.xz discoin-353c064596fc2e2c149987ac3b3c11b4c90c4d5f.zip | |
Fix typo in test_framework/blocktools
| -rw-r--r-- | test/functional/test_framework/blocktools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/blocktools.py b/test/functional/test_framework/blocktools.py index 35004fb58..81cce1167 100644 --- a/test/functional/test_framework/blocktools.py +++ b/test/functional/test_framework/blocktools.py @@ -169,7 +169,7 @@ def get_legacy_sigopcount_tx(tx, accurate=True): return count def witness_script(use_p2wsh, pubkey): - """Create a scriptPubKey for a pay-to-wtiness TxOut. + """Create a scriptPubKey for a pay-to-witness TxOut. This is either a P2WPKH output for the given pubkey, or a P2WSH output of a 1-of-1 multisig for the given pubkey. Returns the hex encoding of the |