mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: poll_tick does not register waker if ready (#2276)
This commit is contained in:
@ -262,6 +262,7 @@ where
|
||||
this.pending_block.is_none() &&
|
||||
!deadline_reached
|
||||
{
|
||||
let _ = this.interval.poll_tick(cx);
|
||||
trace!("spawn new payload build task");
|
||||
let (tx, rx) = oneshot::channel();
|
||||
let client = this.client.clone();
|
||||
|
||||
Reference in New Issue
Block a user