From 6c7f3d4d4dd59bba9774c7bd1c121bf8f1d2cebe Mon Sep 17 00:00:00 2001 From: 223880 Date: Mon, 29 Jul 2024 09:44:35 -0300 Subject: [PATCH] Fix --- src/app/SP/send.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/SP/send.ts b/src/app/SP/send.ts index 3814df73..4cab8944 100644 --- a/src/app/SP/send.ts +++ b/src/app/SP/send.ts @@ -16,6 +16,12 @@ export const SilentPaymentGroupObj = { Bech32m, }; +const SilentPaymentGroupObj = { + UTXO, + SilentPaymentGroup, + TaggedHash, + Bech32m, +}; export default UTXOObj;