From f5904cb0639118bf8c41337e7178869ddd0d728b Mon Sep 17 00:00:00 2001 From: Brett Boston Date: Fri, 17 May 2024 14:24:42 -0700 Subject: [PATCH] Revert "Add an XDR type for DiagnosticEvent<> (#187)" (#188) 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;