Fixed incorrect words that could not be compiled
Milisecond is incorrect,resulting in failure to compile.
This commit is contained in:
parent
2278a209e2
commit
8a2a18f43f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user