We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80803c9 commit b2ed793Copy full SHA for b2ed793
packages/wallet/backend/src/incomingPayment/service.ts
@@ -110,7 +110,7 @@ export class IncomingPaymentService implements IIncomingPaymentService {
110
: 0n
111
112
return {
113
- description: receiver.metadata.description,
+ description: receiver.metadata?.description,
114
value: parseFloat(transformAmount(value.toString(), asset.scale)),
115
assetCode: asset.code
116
}
0 commit comments