From 0c9f56a17bf202abbdf1c89bae4c5f8bdd489cb8 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 28 Feb 2022 11:26:18 +0100 Subject: [PATCH] update label for function type --- libs/remix-debug/src/solidity-decoder/types/FunctionType.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-debug/src/solidity-decoder/types/FunctionType.ts b/libs/remix-debug/src/solidity-decoder/types/FunctionType.ts index 765edcf980..ffa4b9f1c6 100644 --- a/libs/remix-debug/src/solidity-decoder/types/FunctionType.ts +++ b/libs/remix-debug/src/solidity-decoder/types/FunctionType.ts @@ -7,6 +7,6 @@ export class FunctionType extends ValueType { } decodeValue (value) { - return value + return 'at program counter ' + value } }