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

Commit 1b0b79a

Browse files
Merge pull request #698 from MutinyWallet/fix-bdk-sync
Fix BDK needing resync
2 parents 4b8d595 + 62fff48 commit 1b0b79a

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)