cmd/commands: export StripPrefix

This commit is contained in:
Oliver Gugger
2024-05-02 14:38:13 +02:00
parent efbaf90caf
commit c5973aa136
4 changed files with 7 additions and 7 deletions

View File

@@ -408,7 +408,7 @@ func decodePayReq(ctx *cli.Context) error {
}
resp, err := client.DecodePayReq(ctxc, &lnrpc.PayReqString{
PayReq: stripPrefix(payreq),
PayReq: StripPrefix(payreq),
})
if err != nil {
return err