From af407fe5c3e1d5b8b315db029805fa7290c83fae Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 10 Aug 2025 12:09:22 +0200 Subject: feat(pseudonyms): proto definitions --- lib/warden-core/src/iso20022.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/warden-core/src/iso20022.rs') diff --git a/lib/warden-core/src/iso20022.rs b/lib/warden-core/src/iso20022.rs index 78365a9..436ee2f 100644 --- a/lib/warden-core/src/iso20022.rs +++ b/lib/warden-core/src/iso20022.rs @@ -17,10 +17,6 @@ impl std::fmt::Display for TransactionType { } } -/// Pacs008 file descriptor -pub const ISO20022_FILE_DESCRIPTOR_SET: &[u8] = - tonic::include_file_descriptor_set!("iso20022_descriptor"); - /// pacs.008.001.12 pub mod pacs008 { tonic::include_proto!("iso20022.pacs008"); -- cgit v1.2.3