mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
gossip: Use the getfilteredblock method to look up scid outputs
Just a tiny shim to reconcile the `get_output` with `getfileteredblock`. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
3dbaae38e3
commit
98447e454e
@@ -2,9 +2,6 @@ from fixtures import * # noqa: F401,F403
|
||||
from utils import wait_for
|
||||
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
def test_db_dangling_peer_fix(node_factory):
|
||||
# This was taken from test_fail_unconfirmed() node.
|
||||
l1 = node_factory.get_node(dbfile='dangling-peer.sqlite3.xz')
|
||||
@@ -21,7 +18,6 @@ def test_db_dangling_peer_fix(node_factory):
|
||||
l2.fund_channel(l1, 200000, wait_for_active=True)
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
def test_block_backfill(node_factory, bitcoind):
|
||||
"""Test whether we backfill data from the blockchain correctly.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user