update label for function type

pull/5370/head
yann300 3 years ago
parent e17e253671
commit 0c9f56a17b
  1. 2
      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
}
}

Loading…
Cancel
Save