Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Stellar-ledger.x
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ struct TransactionMetaV3
// applied if any
ContractEvent events<>; // custom events populated by the
// contracts themselves.
SCVal returnValue; // return value of the invocation.
SCVal* returnValue; // return value of the host fn invocation (if any)

// Diagnostics events that are not hashed.
// This will contain all contract and diagnostic events. Even ones
Expand Down