Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanHabic committed Jan 10, 2020
2 parents caa5be4 + 95c0ccc commit b05bb06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ Error: 0x0 Error: REVERT, execution stopped

Now when your transactions fail you can see the exact line of code in which the error occurred and the whole stacktrace by using our proxy command.

#### Note

You must run `truffle migrate --network proxy` first, so the contract information (address to source mapping) can be picked up by the `proxy` command from the `build` folder.

#### Command Flags

| Flag | Default | Description |
Expand Down

0 comments on commit b05bb06

Please sign in to comment.