From b73b30b1ce9c9af949d8e20dc6858e31019b4128 Mon Sep 17 00:00:00 2001 From: niftynei Date: Mon, 26 Aug 2024 20:28:20 -0500 Subject: [PATCH] fixup! lightningd: deprecate decodepay. --- tests/test_cln_rs.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_cln_rs.py b/tests/test_cln_rs.py index cc382b1e108d..1ec6fa8cc7dd 100644 --- a/tests/test_cln_rs.py +++ b/tests/test_cln_rs.py @@ -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 ))