In order to be able to generate distinct reusable offers, add the Description (optional) in Receive payment as the description when generating the bolt12 offer (in client/src/views/recv.js). Now ⚡is always used which results in the same bolt12 offer being generated all the time. Keep the ⚡ when Description is empty.
In order to be able to generate distinct reusable offers, add the Description (optional) in Receive payment as the
description
when generating the bolt12 offer (inclient/src/views/recv.js
).Now ⚡is always used which results in the same bolt12 offer being generated all the time. Keep the ⚡ when Description is empty.