Missing comma.
This commit is contained in:
parent
f6b7884a1d
commit
7af0a1dc2c
@ -130,7 +130,7 @@ impl MinerService for Miner {
|
|||||||
self.author(),
|
self.author(),
|
||||||
self.gas_floor_target(),
|
self.gas_floor_target(),
|
||||||
self.extra_data(),
|
self.extra_data(),
|
||||||
transactions
|
transactions,
|
||||||
);
|
);
|
||||||
*self.sealing_block.lock().unwrap() = b;
|
*self.sealing_block.lock().unwrap() = b;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user