We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd91357 commit 8469e17Copy full SHA for 8469e17
libs/remix-debug/src/trace/traceAnalyser.ts
@@ -68,7 +68,7 @@ export class TraceAnalyser {
68
buildCalldata (index, step, tx, newContext) {
69
let calldata = ''
70
if (index === 0) {
71
- calldata = tx.input
+ calldata = tx.input || tx.data
72
this.traceCache.pushCallDataChanges(index, calldata)
73
} else if (!newContext) {
74
const lastCall = this.traceCache.callsData[this.traceCache.callDataChanges[this.traceCache.callDataChanges.length - 2]]
0 commit comments