Skip to content
Snippets Groups Projects
Commit 63fde811 authored by Éloïs's avatar Éloïs
Browse files

[fix] passBlockDocument fields in public

parent 847fc193
Branches
Tags 0.1.19
1 merge request!47Resolve "Impl Serialize trait for Idty, Membership, Cert and Revoc docs and PublicKey"
......@@ -114,7 +114,11 @@ pub struct BlockDocument {
/// Currency parameters (only in genesis block)
pub parameters: Option<BlockParameters>,
/// Hash of the previous block
<<<<<<< HEAD
pub previous_hash: Hash,
=======
pub previous_hash: Option<Hash>,
>>>>>>> ab39d74... [fix] passBlockDocument fields in public
/// Issuer of the previous block
pub previous_issuer: Option<ed25519::PublicKey>,
/// Hash of the deterministic content of the block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment