Skip to content

Commit f4b9d45

Browse files
committed
fix: bug with fixtures in Simplex.toml
1 parent 6f424a5 commit f4b9d45

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ smplx-build = { path = "./crates/build", version = "0.0.8" }
1313
smplx-test = { path = "./crates/test", version = "0.0.8" }
1414
smplx-regtest = { path = "./crates/regtest", version = "0.0.8" }
1515
smplx-sdk = { path = "./crates/sdk", version = "0.0.8" }
16+
smplx-std = { path = "./crates/simplex", version = "0.0.8" }
1617

1718
serde = { version = "1.0.228", features = ["derive"] }
1819
hex = { version = "0.4.3" }

fixtures/Simplex.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ merkle = { path = "deps/merkle" }
1010
base_math = { path = "deps/math" }
1111

1212
test_crate = { git = "https://github.com/LesterEvSe/test-simplex-crate" }
13-
temp = { git = "https://github.com/BlockstreamResearch/simplicity-contracts" }
1413

1514
# [regtest]
1615
# mnemonic = "exist carry drive collect lend cereal occur much tiger just involve mean"

0 commit comments

Comments
 (0)