Skip to content

Commit

Permalink
feat: increase cln version support to v0.12.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
KAVAN-DESAI authored and vincenzopalazzo committed Aug 8, 2022
1 parent a0aa147 commit b41abf2
Show file tree
Hide file tree
Showing 6 changed files with 1,654 additions and 502 deletions.
2 changes: 1 addition & 1 deletion example/cln_grpc_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PayProxy extends Serializable {
PayProxy(this.proxy);

factory PayProxy.build({required String invoice, Amount? amount}) =>
PayProxy(PayRequest(bolt11: invoice, msatoshi: amount));
PayProxy(PayRequest(bolt11: invoice, amountMsat: amount));

@override
Map<String, dynamic> toJSON() => proxy.toProto3Json() as Map<String, dynamic>;
Expand Down
Loading

0 comments on commit b41abf2

Please sign in to comment.