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

Commit

Permalink
Merge pull request #993 from ekzyis/fix-outdated-blastr-comment
Browse files Browse the repository at this point in the history
Use strfry and blastr for sending
  • Loading branch information
AnthonyRonning authored Jan 25, 2024
2 parents 50c067a + 09d6263 commit 55a40fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mutiny-core/src/nostr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ impl<S: MutinyStorage> NostrManager<S> {
relays.push("wss://relay.primal.net".to_string());
relays.push("wss://relay.damus.io".to_string());

// add blastr for default sending
relays.push("wss://relay.mutinywallet.com".to_string());
// add relays for default sending
relays.push("wss://nostr.mutinywallet.com".to_string()); // blastr
relays.push("wss://relay.mutinywallet.com".to_string()); // strfry

// remove duplicates
relays.sort();
Expand Down

0 comments on commit 55a40fd

Please sign in to comment.