diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-10-01 00:00:00 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-10-01 00:00:00 +0100 |
| commit | 000901c0cbca8464b5a89bcc93c5474f6564bafd (patch) | |
| tree | 0ae11836c173ec6246e8b1eab7dc1e265e125426 /src/login.rs | |
| parent | b9a88672b8734448615354e3f46748d2fdc2f647 (diff) | |
feat(prs-create) send to multiple relays
add tests but these currently don't work when run together
Diffstat (limited to 'src/login.rs')
| -rw-r--r-- | src/login.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/login.rs b/src/login.rs index a6ce76d..12fe76e 100644 --- a/src/login.rs +++ b/src/login.rs | |||
| @@ -81,5 +81,8 @@ pub fn launch(nsec: &Option<String>, password: &Option<String>) -> Result<nostr: | |||
| 81 | .to_bech32() | 81 | .to_bech32() |
| 82 | .context("public key should always produce bech32")? | 82 | .context("public key should always produce bech32")? |
| 83 | ); | 83 | ); |
| 84 | |||
| 85 | // fetching metdata | ||
| 86 | |||
| 84 | Ok(key) | 87 | Ok(key) |
| 85 | } | 88 | } |