mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 7b3343f300 into merged_master (Bitcoin PR bitcoin/bitcoin#25108)
This commit is contained in:
commit
31df518140
40 changed files with 59 additions and 88 deletions
|
|
@ -31,8 +31,7 @@ static void CCheckQueueSpeedPrevectorJob(benchmark::Bench& bench)
|
|||
struct PrevectorJob {
|
||||
prevector<PREVECTOR_SIZE, uint8_t> p;
|
||||
// ELEMENTS: fix unused member function warnings
|
||||
// PrevectorJob(){
|
||||
// }
|
||||
// PrevectorJob() = default;
|
||||
explicit PrevectorJob(FastRandomContext& insecure_rand){
|
||||
p.resize(insecure_rand.randrange(PREVECTOR_SIZE*2));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue