You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug_assert!(_inserted,"replenish lookahead: must not have existing spk: keychain={:?}, lookahead={}, next_store_index={}, next_reveal_index={}", keychain, lookahead, next_store_index, next_reveal_index);
482
+
let results = generate_spks(descriptor, next_store_index, end_index);
debug_assert!(_inserted,"replenish lookahead: must not have existing spk: keychain={:?}, lookahead={}, next_store_index={}, next_reveal_index={}", keychain, lookahead, next_store_index, next_reveal_index);
488
+
}
489
+
return;
490
+
}
491
+
492
+
#[cfg(feature = "std")]
493
+
{
494
+
if total_indices < 1000{
495
+
let results = generate_spks(descriptor, next_store_index, end_index);
debug_assert!(_inserted,"replenish lookahead: must not have existing spk: keychain={:?}, lookahead={}, next_store_index={}, next_reveal_index={}", keychain, lookahead, next_store_index, next_reveal_index);
debug_assert!(_inserted,"replenish lookahead: must not have existing spk: keychain={:?}, lookahead={}, next_store_index={}, next_reveal_index={}", keychain, lookahead, next_store_index, next_reveal_index);
0 commit comments