Add send feature

Closes: https://github.com/damus-io/damus/issues/2988
Changelog-Added: Added send feature to the wallet view
Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
Daniel D’Aquino
2025-06-13 19:25:22 -07:00
parent f4b1a504a5
commit c92094823e
12 changed files with 769 additions and 47 deletions

View File

@@ -9,18 +9,6 @@ import XCTest
@testable import damus
extension Block {
var asInvoice: Invoice? {
switch self {
case .invoice(let invoice):
return invoice
default:
return nil
}
}
}
final class InvoiceTests: XCTestCase {
override func setUpWithError() throws {