Add contract name to called function in cex

This commit is contained in:
Leonardo Alt
2021-01-04 10:03:16 +01:00
parent 0e32fa8209
commit b02722ebda
398 changed files with 583 additions and 581 deletions
@@ -5,8 +5,8 @@ x = 0
Transaction trace:
constructor()
f(0)
C.constructor()
C.f(0)
--> A:4:47:
|
4 | contract C { function f(uint x) public pure { assert(x > 0); } }
@@ -19,5 +19,5 @@ x = 0
Transaction trace:
constructor()
f(0)","severity":"warning","sourceLocation":{"end":150,"file":"A","start":137},"type":"Warning"}],"sources":{"A":{"id":0}}}
C.constructor()
C.f(0)","severity":"warning","sourceLocation":{"end":150,"file":"A","start":137},"type":"Warning"}],"sources":{"A":{"id":0}}}