Skip to content

Commit 71860ca

Browse files
committed
fixup! Add build_with_vss* methods for ArcedNodeBuilder.
1 parent c6429c5 commit 71860ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/builder.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -634,20 +634,20 @@ impl ArcedNodeBuilder {
634634
/// Builds a [`Node`] instance with a [VSS] backend and according to the options
635635
/// previously configured.
636636
///
637-
/// Uses [LNURL-Auth] as default method for authentication/authorization.
637+
/// Uses [LNURL-auth] based scheme as default method for authentication/authorization.
638638
///
639-
/// The LNURL with the challenge will be retrieved by making a request to the given `lnurl_auth_server_url`.
639+
/// The LNURL challenge will be retrieved by making a request to the given `lnurl_auth_server_url`.
640640
/// The returned JWT token in response to the signed LNURL request, will be used for
641641
/// authentication/authorization of all the requests made to VSS.
642642
///
643-
/// `fixed_headers` are included as it is in all the requests made to VSS and LNURL Auth server.
643+
/// `fixed_headers` are included as it is in all the requests made to VSS and LNURL auth server.
644644
///
645645
/// **Caution**: VSS support is in **alpha** and is considered experimental.
646646
/// Using VSS (or any remote persistence) may cause LDK to panic if persistence failures are
647647
/// unrecoverable, i.e., if they remain unresolved after internal retries are exhausted.
648648
///
649649
/// [VSS]: https://github.com/lightningdevkit/vss-server/blob/main/README.md
650-
/// [LNURL-Auth]: https://github.com/lnurl/luds/blob/luds/04.md
650+
/// [LNURL-auth]: https://github.com/lnurl/luds/blob/luds/04.md
651651
#[cfg(any(vss, vss_test))]
652652
pub fn build_with_vss_store(
653653
&self, vss_url: String, store_id: String, lnurl_auth_server_url: String,

0 commit comments

Comments
 (0)