Merge pull request #10610 from gundamzl/patch-1

Fixed incorrect words that could not be compiled
This commit is contained in:
Łukasz Magiera 2023-04-03 13:15:34 +02:00 committed by GitHub
commit 740a7ca142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,4 +143,4 @@ var WhitelistedBlock = cid.Undef
// Reducing the delivery delay for equivocation of
// consistent broadcast to just half a second.
var CBDeliveryDelay = 500 * time.Milisecond
var CBDeliveryDelay = 500 * time.Millisecond