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

Commit 55a40fd

Browse files
Merge pull request #993 from ekzyis/fix-outdated-blastr-comment
Use strfry and blastr for sending
2 parents 50c067a + 09d6263 commit 55a40fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mutiny-core/src/nostr/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ impl<S: MutinyStorage> NostrManager<S> {
122122
relays.push("wss://relay.primal.net".to_string());
123123
relays.push("wss://relay.damus.io".to_string());
124124

125-
// add blastr for default sending
126-
relays.push("wss://relay.mutinywallet.com".to_string());
125+
// add relays for default sending
126+
relays.push("wss://nostr.mutinywallet.com".to_string()); // blastr
127+
relays.push("wss://relay.mutinywallet.com".to_string()); // strfry
127128

128129
// remove duplicates
129130
relays.sort();

0 commit comments

Comments
 (0)