Skip to content

Commit 3a8a598

Browse files
committed
chore: update rust-dashcore dependency to store TransactionContext in TransactionRecord
Update dashcore/dashcore-rpc git dependencies to 5114330ae564858803d656efba84bb4adacb2a2e for integration testing of dashpay/rust-dashcore#582.
1 parent 934108c commit 3a8a598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform-mobile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = [
4848
], default-features = false, tag = "v0.39.6" }
4949
dashcore_hashes = { git = "https://github.com/dashpay/rust-dashcore" }
5050
# dashcore-rpc is only needed for core rpc; TODO remove once we have correct core rpc impl
51-
dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.6" }
51+
dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", rev = "5114330ae564858803d656efba84bb4adacb2a2e" }
5252
rand = "0.8.5"
5353
base64 = "0.13"
5454
tonic = { version = "0.11", features = [

0 commit comments

Comments
 (0)