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
+1 -1
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