mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +01:00
test_lightningd.py: Enable bech32 test for DEVELOPER
Since bitcoind 0.16 is already released it is safe to enable this test already.
This commit is contained in:
committed by
Rusty Russell
parent
565059a12f
commit
0017b9b363
@@ -2722,7 +2722,7 @@ class LightningDTests(BaseLightningDTests):
|
|||||||
l2.daemon.wait_for_logs(['sendrawtx exit 0', ' to CLOSINGD_COMPLETE'])
|
l2.daemon.wait_for_logs(['sendrawtx exit 0', ' to CLOSINGD_COMPLETE'])
|
||||||
assert l1.bitcoin.rpc.getmempoolinfo()['size'] == 1
|
assert l1.bitcoin.rpc.getmempoolinfo()['size'] == 1
|
||||||
|
|
||||||
@unittest.skip("FIXME: needs bitcoind 0.16")
|
@unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1")
|
||||||
def test_bech32_funding(self):
|
def test_bech32_funding(self):
|
||||||
# Don't get any funds from previous runs.
|
# Don't get any funds from previous runs.
|
||||||
l1 = self.node_factory.get_node(random_hsm=True)
|
l1 = self.node_factory.get_node(random_hsm=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user