mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Merge branch 'main' into ok300-bump-sdk-dependency-version
# Conflicts: # snippets/dart_snippets/lib/send_spontaneous_payment.dart
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
//
|
||||
// ConnectingLsp.swift
|
||||
//
|
||||
//
|
||||
//
|
||||
// Created by ruben on 14/11/2023.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import BreezSDK
|
||||
import Foundation
|
||||
|
||||
func getLspInfo(sdk: BlockingBreezServices) -> LspInformation?{
|
||||
func getLspInfo(sdk: BlockingBreezServices) -> LspInformation? {
|
||||
// ANCHOR: get-lsp-info
|
||||
let lspId = try? sdk.lspId()
|
||||
let lspInfo = try? sdk.lspInfo()
|
||||
|
||||
Reference in New Issue
Block a user