Skip to content

Commit

Permalink
fix: make call more efficient
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Feb 29, 2024
1 parent 423619a commit 1d4bf59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ function App() {
const debugged = await axios.post(url + "/debug/tracers", {
target: `${block.id}/${txIndex}/${i}`,
name: 'call',
config: {
OnlyTopCall: true,
}
});

const revertReason = decodeRevertReason(debugged.data.output);
Expand Down

0 comments on commit 1d4bf59

Please sign in to comment.