Skip to content

Commit

Permalink
Cleanup ScVal XDR.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Sep 30, 2024
1 parent 529d517 commit 453a018
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Stellar-contract.x
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,12 @@ case SCV_ADDRESS:

// Special SCVals reserved for system-constructed contract-data
// ledger keys, not generally usable elsewhere.
case SCV_CONTRACT_INSTANCE:
SCContractInstance instance;
case SCV_LEDGER_KEY_CONTRACT_INSTANCE:
void;
case SCV_LEDGER_KEY_NONCE:
SCNonceKey nonce_key;

case SCV_CONTRACT_INSTANCE:
SCContractInstance instance;
};

struct SCMapEntry
Expand Down

0 comments on commit 453a018

Please sign in to comment.