gudnuf / bolt12-prism

CLN plugin for lightning prisms using BOLT 12
15 stars 5 forks source link

bind to id of prism object, not `prism_id` param passed to `prism-cre… #92

Closed gudnuf closed 3 months ago

gudnuf commented 3 months ago

bind to id of prism object, not prism_id param passed to prism-create

When you try to create a prism and do not specify a prism_id, then a None value was getting passed to bindprism causing it to error. I just changed to to bind to prism.id instead of prism_id