Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 62fff48

Browse files
committed
Fix BDK needing resync
1 parent 4d7b94d commit 62fff48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutiny-wasm/src/indexed_db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ impl IndexedDbStorage {
368368
fn used_once(key: &str) -> bool {
369369
matches!(
370370
key,
371-
NETWORK_GRAPH_KEY | PROB_SCORER_KEY | GOSSIP_SYNC_TIME_KEY | KEYCHAIN_STORE_KEY
371+
NETWORK_GRAPH_KEY | PROB_SCORER_KEY | GOSSIP_SYNC_TIME_KEY
372372
)
373373
}
374374

0 commit comments

Comments
 (0)