Quellcode durchsuchen

doc/testnet/dao: link blockwindow on first reference

skoupidi vor 7 Monaten
Ursprung
Commit
12ede95fde
1 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen
  1. 5 3
      doc/src/testnet/dao.md

+ 5 - 3
doc/src/testnet/dao.md

@@ -261,9 +261,11 @@ drk> dao balance AnonDAO
 
 Now that the DAO has something in its treasury, we can generate a
 transfer proposal to send it somewhere, that will be up to vote
-for 1 block period, if we hold the DAO proposer key. Let's propose
-to send 5 of the 10 tokens to our address (we can find that with
-`wallet address`):
+for 1 [block period][blockwindow](~4h), if we hold the DAO proposer
+key. Let's propose to send 5 of the 10 tokens to our address (we can
+find that with `wallet address`):
+
+[blockwindow]: ../spec/contract/dao/model.md#blockwindow
 
 ```shell
 drk> dao propose-transfer AnonDAO 1 5 DAWN {YOUR_ADDRESS}