Skip to content

Commit

Permalink
Fix bolt11
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Jul 6, 2024
1 parent f6b0f7e commit c1e3b13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/lightning/bolt11_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ class Bolt11Service {
required String description,
required int expiry,
required String payeeNodeKey,
required String payeeBase64,
required String jsonEncode,
required String jsonDecode,
}) async {
final response = await http.post(
Uri.parse('$baseUrl/generate_invoice'),
Expand Down

0 comments on commit c1e3b13

Please sign in to comment.