I ran into the same confusion that led to #5473. ``` lightning-cli pay lno1zrxq... 100sat { "code": -32602, "message": "Invalid bolt12: unexpected prefix lno" } ``` You have to call `fetchinvoice` and then `pay` that. Why not just do that automatically?