fix the broken comapct block hashing behavior (#738)

made nonce for short_ids explicit to help with this
This commit is contained in:
Antioch Peverell
2018-03-01 13:25:33 -05:00
committed by GitHub
parent 7f478d79f6
commit a20ffc700b
5 changed files with 36 additions and 33 deletions
+1
View File
@@ -20,6 +20,7 @@ use core::core::SwitchCommitHash;
use chain;
use p2p;
use util;
use util::LOGGER;
use util::secp::pedersen;
use util::secp::constants::MAX_PROOF_SIZE;
use serde;