aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-12-07 19:06:14 +0800
committerYoichi Hirai <i@yoichihirai.com>2017-12-07 19:06:14 +0800
commitca2adf19b697ef6a44d2bbf093f2d04700acf774 (patch)
treeb15838249df8a886f4cddffd03fb721f2cd49118
parent262da2df5f4038790aa857ce61b9694a647de4d5 (diff)
downloaddexon-tests-ca2adf19b697ef6a44d2bbf093f2d04700acf774.tar.gz
dexon-tests-ca2adf19b697ef6a44d2bbf093f2d04700acf774.tar.zst
dexon-tests-ca2adf19b697ef6a44d2bbf093f2d04700acf774.zip
Mention the GitHub issue where the errors are tracked
-rw-r--r--RPCTests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RPCTests/README.md b/RPCTests/README.md
index ff3d0883f..f6c25cd6a 100644
--- a/RPCTests/README.md
+++ b/RPCTests/README.md
@@ -54,7 +54,7 @@ TEST_getBlockHashOnNode1 OK
(node:30406) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Callback was already called.
```
-Answer: everybody experiences these failures now.
+Answer: everybody experiences these failures now. They are being tracked in [issue 377](https://github.com/ethereum/tests/issues/377).
Do these failures indicate bugs in cpp-ethereum or in the test?