mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 04:17:57 +00:00
Typo (#3531)
This commit is contained in:
@@ -52,7 +52,7 @@ pub trait SlotWorker<B: BlockT> {
|
||||
fn on_slot(&mut self, chain_head: B::Header, slot_info: SlotInfo) -> Self::OnSlot;
|
||||
}
|
||||
|
||||
/// A skeleton implementation for `SlotWorker` which tries to claim a slot at at
|
||||
/// A skeleton implementation for `SlotWorker` which tries to claim a slot at
|
||||
/// its beginning and tries to produce a block if successfully claimed, timing
|
||||
/// out if block production takes too long.
|
||||
pub trait SimpleSlotWorker<B: BlockT> {
|
||||
|
||||
@@ -134,8 +134,7 @@ impl<B: ChainApi> Pool<B> {
|
||||
} else {
|
||||
Ok(base::Transaction {
|
||||
data: xt,
|
||||
bytes
|
||||
,
|
||||
bytes,
|
||||
hash,
|
||||
priority: validity.priority,
|
||||
requires: validity.requires,
|
||||
|
||||
Reference in New Issue
Block a user