mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Oops, forgot to remove some local debug code
This commit is contained in:
parent
0a57258d42
commit
4f85b36f32
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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"}
|
||||||
|
|
Loading…
Reference in a new issue