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

Commit d929e92

Browse files
Merge pull request #694 from MutinyWallet/rm-prob-scorer-export
Remove prob scorer from export
2 parents 95f0b06 + df38912 commit d929e92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mutiny-core/src/nodemanager.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2315,7 +2315,10 @@ impl<S: MutinyStorage> NodeManager<S> {
23152315
// filter out logs and network graph
23162316
// these are really big and not needed for export
23172317
// filter out device id so a new one is generated
2318-
!matches!(k.as_str(), LOGGING_KEY | NETWORK_GRAPH_KEY | DEVICE_ID_KEY)
2318+
!matches!(
2319+
k.as_str(),
2320+
LOGGING_KEY | NETWORK_GRAPH_KEY | PROB_SCORER_KEY | DEVICE_ID_KEY
2321+
)
23192322
}));
23202323

23212324
// shut back down after reading if it was already closed

0 commit comments

Comments
 (0)