Fix for block 202612 and fix merkel root calculations

This commit is contained in:
Boog900
2023-07-04 18:30:57 +01:00
parent 9ebf438645
commit c4c90cbb4b
3 changed files with 13 additions and 7 deletions

View File

@@ -46,6 +46,7 @@ monero-generators = { path = "generators", version = "0.3", default-features = f
futures = { version = "0.3", default-features = false, features = ["alloc"], optional = true }
hex-literal = "0.4"
hex = { version = "0.4", default-features = false, features = ["alloc"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = { version = "1", default-features = false, features = ["alloc"] }
@@ -61,8 +62,6 @@ dalek-ff-group = { path = "../../crypto/dalek-ff-group", version = "0.3", defaul
monero-generators = { path = "generators", version = "0.3", default-features = false }
[dev-dependencies]
hex-literal = "0.4"
tokio = { version = "1", features = ["full"] }
monero-rpc = "0.3"