From 5a8fa2382781a6b798a3a0df5ec1b8f19bfb6601 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Thu, 2 Jun 2016 11:26:47 -0400 Subject: [PATCH] Fix doc for 0/1 exception attr of runCode callback Fixes #70 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4536928085..90263edf17 100644 --- a/README.md +++ b/README.md @@ -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