Skip to content

Commit b10d4fa

Browse files
committed
itest: remove TODO after fix
Since lightninglabs/taproot-assets#987 was merged, this TODO and if statement is no longer needed to make the test pass.
1 parent cb20d63 commit b10d4fa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

itest/assets_test.go

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -943,13 +943,7 @@ func closeAssetChannelAndAssert(t *harnessTest, net *NetworkHarness,
943943
t.Logf("Channel closed with txid: %v", closeTxid)
944944
t.Logf("Close transaction: %v", spew.Sdump(closeTx))
945945

946-
// TODO(guggero): Remove this if once the receiver of a channel imports
947-
// the proofs correctly as well.
948-
if localTapd.node.Name() != "Yara" {
949-
waitForSendEvent(
950-
t.t, sendEvents, tapfreighter.SendStateComplete,
951-
)
952-
}
946+
waitForSendEvent(t.t, sendEvents, tapfreighter.SendStateComplete)
953947

954948
// With the channel closed, we'll now assert that the co-op close
955949
// transaction was inserted into the local universe.

0 commit comments

Comments
 (0)