Replies: 1 comment 1 reply
-
This is definitely doable. The reason why we didn't implement it is that those offers would not be deterministically generated from seed and need to be stored in database. So if you move to a different server and restore only from seed, phoenix will not be able to accept payments to these offers. Funds would not be lost, but payments would be rejected. The default offer is deterministic, does not need to be stored in db and will survive a restore from seed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As initially requested in this issue #80 it could make sense to allow generating multiple bolt12 offers from the same phoenixd instance.
Beta Was this translation helpful? Give feedback.
All reactions