Fixed incorrect words that could not be compiled

Milisecond is incorrect,resulting in failure to compile.
This commit is contained in:
Zeng Li 2023-04-02 19:01:45 +08:00 committed by GitHub
parent 2278a209e2
commit 8a2a18f43f
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