fmt
This commit is contained in:
parent
2d635386af
commit
7b50c3910f
|
@ -295,11 +295,7 @@ mod tests {
|
||||||
let replicant = test_node();
|
let replicant = test_node();
|
||||||
let replicant_bank = {
|
let replicant_bank = {
|
||||||
let bank = Bank::new(&alice);
|
let bank = Bank::new(&alice);
|
||||||
Arc::new(Tvu::new(
|
Arc::new(Tvu::new(bank, alice.last_id(), None))
|
||||||
bank,
|
|
||||||
alice.last_id(),
|
|
||||||
None,
|
|
||||||
))
|
|
||||||
};
|
};
|
||||||
let mut ts = Tvu::serve(
|
let mut ts = Tvu::serve(
|
||||||
&replicant_bank,
|
&replicant_bank,
|
||||||
|
|
Loading…
Reference in New Issue