diff --git a/core/api/src/services/bria/index.ts b/core/api/src/services/bria/index.ts index 374b5ed13b..129e2e9f60 100644 --- a/core/api/src/services/bria/index.ts +++ b/core/api/src/services/bria/index.ts @@ -280,6 +280,9 @@ export const OnChainService = (): IOnChainService => { id: response.getId() as PayoutId, journalId, batchInclusionEstimatedAt: response.getBatchInclusionEstimatedAt(), + batchId: undefined, + txId: undefined, + vout: undefined, } } catch (err) { const errMsg = parseErrorMessageFromUnknown(err)