mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
[Trivial] Use 'into_inner' for WeakBoundedVec (#1664)
Prevents authority set clone
This commit is contained in:
@@ -95,7 +95,7 @@ fn first_block_epoch_zero_start() {
|
||||
|
||||
let consensus_log = sp_consensus_babe::ConsensusLog::NextEpochData(
|
||||
sp_consensus_babe::digests::NextEpochDescriptor {
|
||||
authorities: Babe::authorities().to_vec(),
|
||||
authorities: Babe::authorities().into_inner(),
|
||||
randomness: Babe::randomness(),
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user