Fix pinning (#6604)
Remove Deref implementations and add more pass-throughs to the PinnedVec wrapper. Warm recyclers set_pinnable
This commit is contained in:
@@ -23,8 +23,8 @@ impl Default for TransactionSigVerifier {
|
||||
fn default() -> Self {
|
||||
init();
|
||||
Self {
|
||||
recycler: Recycler::default(),
|
||||
recycler_out: Recycler::default(),
|
||||
recycler: Recycler::warmed(50, 4096),
|
||||
recycler_out: Recycler::warmed(50, 4096),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user