Claude ac191bae17 Fix seed initialization to use Spark SDK Seed.Mnemonic type
The previous implementation incorrectly converted the mnemonic to bytes:
- OLD: var seed = mnemonic.DeriveSeed(); ... seed.ToList()
- NEW: var seed = new Seed.Mnemonic(mnemonic: mnemonic.ToString(), passphrase: null);

This matches the official Spark SDK C# snippets pattern where ConnectRequest
expects a Seed discriminated union type, not a List<byte>.

Reference: https://github.com/breez/spark-sdk/tree/main/docs/breez-sdk/snippets/csharp
2025-11-14 15:55:50 +00:00
2025-07-01 21:55:57 +02:00
2024-01-17 09:07:18 +01:00
2023-01-16 13:13:18 +01:00
2023-01-16 13:13:18 +01:00
2023-01-16 09:53:45 +01:00
Description
No description provided
MIT 2.3 MiB
Languages
C# 67%
HTML 32.6%
JavaScript 0.2%
PowerShell 0.1%
Dockerfile 0.1%