mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
* Companion for substrate #14036 * Rollback of some trivial renamings * update lockfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user