Oops, forgot to remove some local debug code

This commit is contained in:
Ignotus Peverell 2017-09-29 18:31:15 +00:00
parent 0a57258d42
commit 4f85b36f32
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211
2 changed files with 1 additions and 2 deletions

View file

@ -244,7 +244,6 @@ fn validate_block(b: &Block, ctx: &mut BlockContext, ext: &mut sumtree::Extensio
rproof_root.hash != b.header.range_proof_root || rproof_root.hash != b.header.range_proof_root ||
kernel_root.hash != b.header.kernel_root { kernel_root.hash != b.header.kernel_root {
ext.dump();
return Err(Error::InvalidRoot); return Err(Error::InvalidRoot);
} }

View file

@ -21,7 +21,7 @@ git = "https://github.com/mimblewimble/cuckoo-miner"
tag="grin_integration_12" tag="grin_integration_12"
#path = "../../cuckoo-miner" #path = "../../cuckoo-miner"
#uncomment this feature to turn off plugin builds #uncomment this feature to turn off plugin builds
#features=["no-plugin-build"] features=["no-plugin-build"]
[dev_dependencies] [dev_dependencies]
grin_chain = { path = "../chain"} grin_chain = { path = "../chain"}