Skip to content

Commit

Permalink
add keys to p2wsh unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneBronzini committed Sep 3, 2017
1 parent 91e5c94 commit 0f92d48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# propagated, or distributed except according to the terms contained in the
# LICENSE.md file.


import unittest
from functools import partial
import copy
Expand Down
5 changes: 4 additions & 1 deletion tests/unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# propagated, or distributed except according to the terms contained in the
# LICENSE.md file.


import unittest
from unittest.mock import patch

Expand Down Expand Up @@ -1000,7 +1001,9 @@
'code': 'P2wpkhV0Script(bytearray(unhexlify("f81b6a6cfaaf19dbd9e56b9cab2d8a457608ad8e")))',
'type': 'p2wpkh'},
'p2wsh': {'hex': '0020cdbf909e935c855d3e8d1b61aeb9c5e3c03ae8021b286839b1a72f2e48fdba70',
'asm': '0 cdbf909e935c855d3e8d1b61aeb9c5e3c03ae8021b286839b1a72f2e48fdba70'}}
'asm': '0 cdbf909e935c855d3e8d1b61aeb9c5e3c03ae8021b286839b1a72f2e48fdba70',
'code': 'P2wshV0Script(bytearray(unhexlify("cdbf909e935c855d3e8d1b61aeb9c5e3c03ae8021b286839b1a72f2e48fdba70")))',
'type': 'p2wsh'}}


# This automatically tests for equality between all the raw transactions in `transactions`
Expand Down

0 comments on commit 0f92d48

Please sign in to comment.