瀏覽代碼

spec/vesting/concepts: Fix set notation

x 4 月之前
父節點
當前提交
b0ad83177c
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/src/spec/contract/vesting/concepts.md

+ 3 - 3
doc/src/spec/contract/vesting/concepts.md

@@ -57,10 +57,10 @@ tracked.
 Let $E, S, V, C, T$ be the vesting configuration parameters as defined
 in [Vesting Configuration](model.md#vesting-configuration).
 
-Let $t_0 = \t{BlockWindow} \in \mathbb{F}_p$ be the current blockwindow as defined
-in [Blockwindow](model.md#blockwindow).
+Let $t_0 = \t{BlockWindow} \in [0, 2^{64})$ be the current blockwindow
+as defined in [Blockwindow](model.md#blockwindow).
 
-Let $Bv \in \mathbb{N}_{64}$ be the burned coin.
+Let $Bv \ in [0, 2^{64})$ be the burned coin value.
 
 The core formula to compute amounts corresponding to the current block
 window is: