Skip to content

Commit

Permalink
back out ContractCostType::VerifyEcdsaSecp256k1Sig, keeping Recover (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon authored Jun 15, 2023
1 parent 5d6b3b9 commit 25363a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Stellar-contract-config-setting.x
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,8 @@ enum ContractCostType {
ComputeEcdsaSecp256k1Key = 22,
// Cost of computing an ECDSA secp256k1 signature from bytes.
ComputeEcdsaSecp256k1Sig = 23,
// Cost of verifying an ECDSA secp256k1 signature.
VerifyEcdsaSecp256k1Sig = 24,
// Cost of recovering an ECDSA secp256k1 key from a signature.
RecoverEcdsaSecp256k1Key = 25
RecoverEcdsaSecp256k1Key = 24
};

struct ContractCostParamEntry {
Expand Down

0 comments on commit 25363a7

Please sign in to comment.