Skip to content

Commit

Permalink
readme: runCode exception is 0/1, not bool
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jun 2, 2016
1 parent 0bd963f commit 8872657
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` on success, or `1` is the contract encountered an exception
- `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 8872657

Please sign in to comment.