From 1535f675deec3b7be08ffe4230a0c6f9859d7169 Mon Sep 17 00:00:00 2001 From: TaprootFreak <142087526+TaprootFreak@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:26:13 +0100 Subject: [PATCH] Allow remittanceInfo in debug endpoint for bank_tx (#3504) Needed to investigate pending Scrypt transfer matching in the financial balance tracking. --- src/subdomains/generic/gs/dto/gs.dto.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/subdomains/generic/gs/dto/gs.dto.ts b/src/subdomains/generic/gs/dto/gs.dto.ts index 8f10b820fb..25264d9684 100644 --- a/src/subdomains/generic/gs/dto/gs.dto.ts +++ b/src/subdomains/generic/gs/dto/gs.dto.ts @@ -68,7 +68,6 @@ export const DebugBlockedCols: Record = { 'ultimateCountry', 'bankAddressLine1', 'bankAddressLine2', - 'remittanceInfo', 'txInfo', 'txRaw', 'virtualIban',