Closed bufo24 closed 1 month ago
The field appears twice intentionally.
There is an expires_at for bolt11 and another for onchain payments.
expires_at
bolt11
onchain
But currently there are 3, 2 in the onchain object and 1 in the bolt11 object.
A json object cannot have duplicate keys.
Oops, you're right
The field appears twice intentionally.
There is an
expires_at
forbolt11
and another foronchain
payments.