Skip to content

Commit

Permalink
test(node): add support for poisoning a spend
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Jul 4, 2024
1 parent 38f4c09 commit 5d9dfb7
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 74 deletions.
3 changes: 3 additions & 0 deletions sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ serde_json = "1.0"
sn_protocol = { path = "../sn_protocol", version = "0.17.4", features = [
"rpc",
] }
sn_transfers = { path = "../sn_transfers", version = "0.18.7", features = [
"test-utils",
] }
tempfile = "3.6.0"
# Do not specify the version field. Release process expects even the local dev deps to be published.
# Removing the version field is a workaround.
Expand Down
Loading

0 comments on commit 5d9dfb7

Please sign in to comment.