Skip to content

Commit

Permalink
fixup! lightningd: deprecate decodepay.
Browse files Browse the repository at this point in the history
  • Loading branch information
niftynei committed Aug 27, 2024
1 parent 182121c commit b73b30b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_cln_rs.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,12 +375,6 @@ def test_grpc_decode(node_factory):
label="label",
))

res = l1.grpc.DecodePay(clnpb.DecodepayRequest(
bolt11=inv.bolt11
))
# If we get here we're good, conversions work
print(res)

res = l1.grpc.Decode(clnpb.DecodeRequest(
string=inv.bolt11
))
Expand Down

0 comments on commit b73b30b

Please sign in to comment.