This commit is contained in:
clauspeterhuebner 2025-04-24 18:09:47 +02:00
parent a2a026006a
commit 801df7575b

View File

@ -427,7 +427,7 @@ export class TransactionLinkResolver {
code,
amount,
memo,
validUntil,
validUntil ?? '',
)
// TODO:encode/sign the jwt normally with the private key of the sender/home community, but interims with uuid
const homeCom = await getHomeCommunity()