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 ))