From 91b80fedf1828720f0ae23f33b06358e16e2f4b9 Mon Sep 17 00:00:00 2001 From: Brett Boston Date: Fri, 17 May 2024 14:22:48 -0700 Subject: [PATCH] Revert "Add an XDR type for DiagnosticEvent<> (#187)" This reverts commit 3adee2d582668531fce8a14067fdd82782cd4d58. Temporarily reverting this commit so we can pull the updated overlay definitions into stellar-core without revving other dependencies. --- Stellar-ledger.x | 2 -- 1 file changed, 2 deletions(-) diff --git a/Stellar-ledger.x b/Stellar-ledger.x index d19462a..dd58ae8 100644 --- a/Stellar-ledger.x +++ b/Stellar-ledger.x @@ -400,8 +400,6 @@ struct DiagnosticEvent ContractEvent event; }; -typedef DiagnosticEvent DiagnosticEvents<>; - struct SorobanTransactionMetaExtV1 { ExtensionPoint ext;