You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior: Trying to set a budget for a rune (no invoices created over X amount, pay invoices up to X sats) fails as the pnameX restrictions are parsed as strings.
Desired behavior: pnameX where X is "amount_msat" is parsed as an integer (which would allow range assertions).
Relevant code from plugins/commando.c which causes this (L398-L432)
Current behavior: Trying to set a budget for a rune (no invoices created over X amount, pay invoices up to X sats) fails as the pnameX restrictions are parsed as strings.
Desired behavior: pnameX where X is "amount_msat" is parsed as an integer (which would allow range assertions).
Relevant code from
plugins/commando.c
which causes this (L398-L432)The text was updated successfully, but these errors were encountered: