Skip to content

Commit

Permalink
add comment explaining testutils feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Dec 6, 2023
1 parent ddf485e commit 811bdd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/soroban-rpc/lib/preflight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ base64 = { workspace = true }
thiserror = { workspace = true }
libc = "0.2.147"
sha2 = { workspace = true }
# we need the testutils feature in order to get backtraces in the preflight library
# when soroban rpc is configured to run with --preflight-enable-debug
soroban-env-host = { workspace = true, features = ["recording_auth", "testutils"]}
rand = "0.8.5"

0 comments on commit 811bdd9

Please sign in to comment.