File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,11 @@ fn main() -> anyhow::Result<()> {
215
215
eprintln ! ( "[ SCANNING {:03.0}% ] {}" , pc, item) ;
216
216
} ) ;
217
217
218
+ request = request. expected_spk_txids ( graph. list_expected_spk_txids (
219
+ & * chain,
220
+ chain_tip. block_id ( ) ,
221
+ ..,
222
+ ) ) ;
218
223
if all_spks {
219
224
request = request. spks_with_indexes ( graph. index . revealed_spks ( ..) ) ;
220
225
}
Original file line number Diff line number Diff line change @@ -225,7 +225,11 @@ fn main() -> anyhow::Result<()> {
225
225
{
226
226
let graph = graph. lock ( ) . unwrap ( ) ;
227
227
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
+ ) ) ;
229
233
if * all_spks {
230
234
request = request. spks_with_indexes ( graph. index . revealed_spks ( ..) ) ;
231
235
}
You can’t perform that action at this time.
0 commit comments