validator: properly initialize and verify genesis block monotree

This commit is contained in:
skoupidi
2025-08-27 15:08:12 +03:00
parent c4cb258cf6
commit a140ae53b1
9 changed files with 19 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ darkfi = {path = "../../../", features = ["bs58", "validator"]}
darkfi_money_contract = {path = "../../../src/contract/money", features = ["no-entrypoint", "client"]}
darkfi-contract-test-harness = {path = "../../../src/contract/test-harness"}
darkfi-sdk = {path = "../../../src/sdk"}
darkfi-serial = "0.5.0"
darkfi-serial = "0.5.1"
# Misc
bs58 = "0.5.1"