Skip to content

Can't add restrictions to rune #8150

Closed
Closed
@pabpas

Description

@pabpas

Adding restrictions to runes does not work although the response suggests it has been successful.

Steps to reproduce:

$ lightning-cli createrune
{  
   "rune": "rune0"
   "unique_id": "26"
}
$ lightning-cli createrune -k "rune"="run0" "restrictions"="readonly"
{  
   "rune": "rune0restricted"
   "unique_id": "26"
}
$ lightning-cli showrunes
      {  
         "rune": "rune0"
         "unique_id": "26",
         "restrictions": [],
         "restrictions_as_english": ""
      },

It does not matter if the restriction is other than "readonly" or it already had other restrictions, new restrictions will not apply.

Running 25.02 but I think it started before, I just noticed now.

Metadata

Metadata

Assignees

Labels

Type::EnhancementAimed at improving the existing functionality or a new feature that provides additional value

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions