Merge branch 'main' into ok300-bump-sdk-dependency-version

# Conflicts:
#	snippets/dart_snippets/lib/send_spontaneous_payment.dart
This commit is contained in:
ok300
2024-01-31 15:46:32 +01:00
34 changed files with 984 additions and 422 deletions

View File

@@ -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()