Ensure attestations are created with empty signature (#960)

* Ensure attestations are created with empty sig

* Update docs
This commit is contained in:
Paul Hauner
2020-03-30 09:29:29 +11:00
committed by GitHub
parent 784997b09b
commit 5a6e90428b
4 changed files with 8 additions and 5 deletions

View File

@@ -756,7 +756,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
root: target_root,
},
},
signature: AggregateSignature::new(),
signature: AggregateSignature::empty_signature(),
})
}