forked from coracle/caravel
Massive user-story-oriented refactor
This commit is contained in:
@@ -14,7 +14,9 @@ pub struct Wallet {
|
||||
|
||||
impl Wallet {
|
||||
pub fn from_url(url: &str) -> Result<Self> {
|
||||
Ok(Self { url: url.parse::<NostrWalletConnectURI>()? })
|
||||
Ok(Self {
|
||||
url: url.parse::<NostrWalletConnectURI>()?,
|
||||
})
|
||||
}
|
||||
|
||||
pub async fn make_invoice(
|
||||
|
||||
Reference in New Issue
Block a user