bump chronos (#5032)

* ratelimiter crash fix
* implicit returns now available!
This commit is contained in:
Jacek Sieka 2023-06-05 20:52:16 +02:00 committed by GitHub
parent c2aa8313c3
commit fc833d40f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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()

2
vendor/nim-chronos vendored

@ -1 +1 @@
Subproject commit 6e80f16e0cd9dc4c4728f3996e616b75c3561ee2
Subproject commit 2ef34c7339c5d8e59f212d7af72a06e0d3e8327c