From 9f133839b36b823fa658051ad433f25d2521d50d Mon Sep 17 00:00:00 2001 From: Bryant Eisenbach Date: Tue, 5 Nov 2019 08:59:51 -0500 Subject: [PATCH] EIP-1344: Added link to test PR (#2268) --- EIPS/eip-1344.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-1344.md b/EIPS/eip-1344.md index 4c42b51a..3e39cf9d 100644 --- a/EIPS/eip-1344.md +++ b/EIPS/eip-1344.md @@ -40,7 +40,7 @@ This EIP is fully backwards compatible with all chains which implement EIP-155 c This was previously suggested as part of [EIP901](https://github.com/ethereum/EIPs/issues/901). ## Test Cases -TBD +Test Cases added to [ethereum/tests](https://github.com/ethereum/tests/pull/627) ## Implementation A reference implementation for the Trinity Python client is [here](https://github.com/ethereum/py-evm/pull/1803).