File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,6 +215,11 @@ fn main() -> anyhow::Result<()> {
215215 eprintln ! ( "[ SCANNING {:03.0}% ] {}" , pc, item) ;
216216 } ) ;
217217
218+ request = request. expected_spk_txids ( graph. list_expected_spk_txids (
219+ & * chain,
220+ chain_tip. block_id ( ) ,
221+ ..,
222+ ) ) ;
218223 if all_spks {
219224 request = request. spks_with_indexes ( graph. index . revealed_spks ( ..) ) ;
220225 }
Original file line number Diff line number Diff line change @@ -225,7 +225,11 @@ fn main() -> anyhow::Result<()> {
225225 {
226226 let graph = graph. lock ( ) . unwrap ( ) ;
227227 let chain = chain. lock ( ) . unwrap ( ) ;
228-
228+ request = request. expected_spk_txids ( graph. list_expected_spk_txids (
229+ & * chain,
230+ local_tip. block_id ( ) ,
231+ ..,
232+ ) ) ;
229233 if * all_spks {
230234 request = request. spks_with_indexes ( graph. index . revealed_spks ( ..) ) ;
231235 }
You can’t perform that action at this time.
0 commit comments