mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-28 07:15:57 +00:00
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,
|
proc getBlocks*[A, B](man: SyncManager[A, B], peer: A,
|
||||||
req: SyncRequest): Future[BeaconBlocksRes] {.async.} =
|
req: SyncRequest): Future[BeaconBlocksRes] {.async.} =
|
||||||
mixin beaconBlocksByRange, getScore, `==`
|
mixin getScore, `==`
|
||||||
|
|
||||||
logScope:
|
logScope:
|
||||||
peer_score = peer.getScore()
|
peer_score = peer.getScore()
|
||||||
|
2
vendor/nim-chronos
vendored
2
vendor/nim-chronos
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 6e80f16e0cd9dc4c4728f3996e616b75c3561ee2
|
Subproject commit 2ef34c7339c5d8e59f212d7af72a06e0d3e8327c
|
Loading…
x
Reference in New Issue
Block a user