Hash needs to be writeable for network serialization.

This commit is contained in:
Ignotus Peverell
2017-02-06 12:08:35 -08:00
parent 426f4e9d6b
commit dde54beb3f
3 changed files with 8 additions and 3 deletions
-1
View File
@@ -125,7 +125,6 @@ impl Readable<BlockHeader> for BlockHeader {
/// bitcoin's schedule) and expressed as a global transaction fee (added v.H),
/// additive to the total of fees ever collected.
pub struct Block {
// hash_mem: Hash,
pub header: BlockHeader,
pub inputs: Vec<Input>,
pub outputs: Vec<Output>,