mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
fedpeg test makes sure claim_script is wpkh
This commit is contained in:
parent
a9cbe55309
commit
b919ca3d93
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ class FedPegTest(BitcoinTestFramework):
|
|||
|
||||
addrs = sidechain.getpeginaddress()
|
||||
addr = addrs["mainchain_address"]
|
||||
assert_equal(sidechain.decodescript(addrs["claim_script"])["type"], "witness_v0_keyhash")
|
||||
txid1 = parent.sendtoaddress(addr, 24)
|
||||
# 10+2 confirms required to get into mempool and confirm
|
||||
parent.generate(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue