Skip to content

Commit

Permalink
Fix doc for 0/1 exception attr of runCode callback
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jun 2, 2016
1 parent 0bd963f commit 5a8fa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Runs EVM code
- `suicides` - an `Array` of accounts that have suicided.
- `suicideTo` - the account that the suicide refund should go to.
- `logs` - an `Array` of logs that the contract emitted.
- `exception` - a `boolean`, whether or not the contract encountered an exception
- `exception` - `0` if the contract encountered an exception, `1` otherwise.
- `exceptionError` - a `String` describing the exception if there was one.
- `return` - a `Buffer` containing the value that was returned by the contract

Expand Down

0 comments on commit 5a8fa23

Please sign in to comment.