Complete canonical_root for attestation_data
This commit is contained in:
parent
cbb84c0d69
commit
87a326d8a2
@ -43,10 +43,8 @@ impl AttestationData {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Implement this as a merkle root, once tree_ssz is implemented.
|
|
||||||
// https://github.com/sigp/lighthouse/issues/92
|
|
||||||
pub fn canonical_root(&self) -> Hash256 {
|
pub fn canonical_root(&self) -> Hash256 {
|
||||||
Hash256::zero()
|
Hash256::from(&self.hash_tree_root()[..])
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn signable_message(&self, custody_bit: bool) -> Vec<u8> {
|
pub fn signable_message(&self, custody_bit: bool) -> Vec<u8> {
|
||||||
|
Loading…
Reference in New Issue
Block a user