Skip to content

Commit

Permalink
Change test-bitcoincore-rpc to mockcore in README.md (#3842)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHeBoy committed Jul 10, 2024
1 parent e448db0 commit 0b6112c
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 @@ -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
-------
Expand Down

0 comments on commit 0b6112c

Please sign in to comment.