Skip to content

Commit

Permalink
Merge pull request #531 from MutinyWallet/use-blastr-nwc
Browse files Browse the repository at this point in the history
Use blastr for Nostr Wallet Connect
  • Loading branch information
TonyGiorgio committed May 26, 2023
2 parents 2eb5605 + f322a07 commit 32ca906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutiny-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl<S: MutinyStorage> MutinyWallet<S> {
// create nostr manager
let seed = node_manager.show_seed().to_seed("");
let xprivkey = ExtendedPrivKey::new_master(node_manager.get_network(), &seed)?;
let relays = vec!["wss://relay.damus.io".to_string()]; // todo make configurable
let relays = vec!["wss://nostr.mutinywallet.com".to_string()]; // todo make configurable
let nostr = Arc::new(NostrManager::from_mnemonic(xprivkey, relays)?);

Ok(Self {
Expand Down

0 comments on commit 32ca906

Please sign in to comment.