From 7851750b7aeb0ea543a166f31e2e54d9a1f78312 Mon Sep 17 00:00:00 2001 From: Dmytro Kozhevin Date: Wed, 31 May 2023 19:39:48 -0400 Subject: [PATCH] Revert invoke host fn return value to be a single value. --- Stellar-ledger.x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Stellar-ledger.x b/Stellar-ledger.x index 8c9458e..d38dfd3 100644 --- a/Stellar-ledger.x +++ b/Stellar-ledger.x @@ -405,9 +405,9 @@ struct TransactionMetaV3 OperationMeta operations<>; // meta for each operation LedgerEntryChanges txChangesAfter; // tx level changes after operations are // applied if any - ContractEvent events<>; // custom events populated by the + ContractEvent events<>; // custom events populated by the // contracts themselves. - SCVal returnValues; // return values of each invocation. + SCVal returnValue; // return value of the invocation. // Diagnostics events that are not hashed. // This will contain all contract and diagnostic events. Even ones