Skip to content

Commit

Permalink
Rename test-bitcoincore-rpc to mockcore (ordinals#3415)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Mar 30, 2024
1 parent 09b0c74 commit 1f85e1d
Show file tree
Hide file tree
Showing 41 changed files with 2,002 additions and 2,226 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ executable-path = "1.0.0"
nix = "0.28.0"
pretty_assertions = "1.2.1"
reqwest = { version = "0.11.10", features = ["blocking", "brotli", "json"] }
test-bitcoincore-rpc = { path = "crates/test-bitcoincore-rpc" }
mockcore = { path = "crates/mockcore" }
unindent = "0.2.1"

[[bin]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-bitcoincore-rpc"
description = "Test Bitcoin Core RPC server"
name = "mockcore"
description = "Mock Bitcoin Core RPC server"
version = "0.0.1"
edition = "2021"
license = "CC0-1.0"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 1f85e1d

Please sign in to comment.