bump chronos (#5032)
* ratelimiter crash fix * implicit returns now available!
This commit is contained in:
parent
c2aa8313c3
commit
fc833d40f6
|
@ -156,7 +156,7 @@ proc newSyncManager*[A, B](pool: PeerPool[A, B],
|
|||
|
||||
proc getBlocks*[A, B](man: SyncManager[A, B], peer: A,
|
||||
req: SyncRequest): Future[BeaconBlocksRes] {.async.} =
|
||||
mixin beaconBlocksByRange, getScore, `==`
|
||||
mixin getScore, `==`
|
||||
|
||||
logScope:
|
||||
peer_score = peer.getScore()
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6e80f16e0cd9dc4c4728f3996e616b75c3561ee2
|
||||
Subproject commit 2ef34c7339c5d8e59f212d7af72a06e0d3e8327c
|
Loading…
Reference in New Issue