docs(drand): document the meaning of "IsChained" (#11692)

This commit is contained in:
Rod Vagg
2024-03-22 07:00:28 +01:00
committed by Phi-rjan
parent 1667c0e3ed
commit 82a45185dd
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ type DrandConfig struct {
Servers []string
Relays []string
ChainInfoJSON string
IsChained bool
IsChained bool // Prior to Drand quicknet, beacons form a chain, post quicknet they do not (FIP-0063)
}