mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Process transfers in parallel.
This commit is contained in:
@@ -9,7 +9,7 @@ impl TestingTransferBuilder {
|
||||
pub fn new(from: u64, to: u64, amount: u64, slot: Slot) -> Self {
|
||||
let keypair = Keypair::random();
|
||||
|
||||
let mut transfer = Transfer {
|
||||
let transfer = Transfer {
|
||||
from,
|
||||
to,
|
||||
amount,
|
||||
|
||||
Reference in New Issue
Block a user