Commit 041c3e6
committed
Return only
As of now the `Confirm::get_relevant_txids()` docs state that it won't
return any transactions for which we hadn't previously seen a
confirmation. To align its functionality a bit more with the docs, at
least for `ChannelManager`, we only return values for which we had
registered a confirmation block hash before.Some(block_hash) in CM rel. txids1 parent c59150a commit 041c3e6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5786 | 5786 | | |
5787 | 5787 | | |
5788 | 5788 | | |
5789 | | - | |
5790 | | - | |
| 5789 | + | |
| 5790 | + | |
5791 | 5791 | | |
5792 | 5792 | | |
5793 | 5793 | | |
| |||
0 commit comments