Companion for substrate #14036 (#7145)

* Companion for substrate #14036

* Rollback of some trivial renamings

* update lockfile
This commit is contained in:
Davide Galassi
2023-05-04 16:46:43 +02:00
committed by GitHub
parent 71aa0b0931
commit f6a743dadc
4 changed files with 189 additions and 189 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ impl UnsafeVRFOutput {
let pubkey = schnorrkel::PublicKey::from_bytes(author.as_slice())
.map_err(ApprovalError::SchnorrkelSignature)?;
let transcript = sp_consensus_babe::make_transcript(randomness, self.slot, epoch_index);
let transcript = sp_consensus_babe::make_vrf_transcript(randomness, self.slot, epoch_index);
let inout = self
.vrf_output