From b40dcf2caa5dbe03cb91a763f96f5d8acf84c284 Mon Sep 17 00:00:00 2001 From: He Hong <619215399@qq.com> Date: Tue, 9 Jul 2024 17:54:01 +0800 Subject: [PATCH] change test-bitcoincore-rpc to mockcore in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e0c17b6e..38629b29eb 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ We also try to follow a TDD (Test-Driven-Development) approach, which means we use tests as a way to get visibility into the code. Tests have to run fast for that reason so that the feedback loop between making a change, running the test and seeing the result is small. To facilitate that we created a mocked Bitcoin Core -instance in [test-bitcoincore-rpc](./test-bitcoincore-rpc). +instance in [mockcore](./crates/mockcore) Syncing -------