diff --git a/test/functional/feature_fedpeg.py b/test/functional/feature_fedpeg.py index 0914edf65b..7bbc5316a7 100755 --- a/test/functional/feature_fedpeg.py +++ b/test/functional/feature_fedpeg.py @@ -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)