Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/rs-scripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ platform-version = { path = "../rs-platform-version" }
dash-sdk = { path = "../rs-sdk" }
rs-dapi-client = { path = "../rs-dapi-client", default-features = false }
rs-sdk-trusted-context-provider = { path = "../rs-sdk-trusted-context-provider" }
simple-signer = { path = "../simple-signer" }
simple-signer = { path = "../simple-signer", features = ["state-transitions"] }
base64 = "0.22"
chrono = "0.4"
hex = "0.4"
Expand Down
Loading
Loading