From 7c6a80fef7abac5303bd514a1031fcb9b1dafa8c Mon Sep 17 00:00:00 2001 From: johnsnewby <45353567+johnsnewby@users.noreply.github.com> Date: Mon, 12 Aug 2019 10:52:47 +0200 Subject: [PATCH] Update include/aeb_opcodes.hrl Co-Authored-By: Hans Svensson --- include/aeb_opcodes.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aeb_opcodes.hrl b/include/aeb_opcodes.hrl index 372bfcd..1543f0c 100644 --- a/include/aeb_opcodes.hrl +++ b/include/aeb_opcodes.hrl @@ -193,7 +193,7 @@ -define(PRIM_CALL_CRYPTO_SHA256_STRING, 404). -define(PRIM_CALL_CRYPTO_BLAKE2B_STRING, 405). -define(PRIM_CALL_CRYPTO_ECVERIFY_SECP256K1, 410). --define(PRIM_CALL_CRYPTO_ECRECOVER, 420). +-define(PRIM_CALL_CRYPTO_ECRECOVER_SECP256K1, 420). -define(PRIM_CALL_IN_AUTH_RANGE(__TTYPE__), (((__TTYPE__) > 499) andalso ((__TTYPE__) < 600))). -define(PRIM_CALL_AUTH_TX_HASH, 500).