@@ -3807,7 +3807,7 @@ This address should be deterministic for the same admin and vesting contract cre
3807
3807
3808
3808
<pre ><code ><b >schema</b > <a href =" vesting.md#0x1_vesting_TotalAccumulatedRewardsAbortsIf " >TotalAccumulatedRewardsAbortsIf</a > {
3809
3809
vesting_contract_address: <b >address</b >;
3810
- <b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >& lt ; < a href = " vesting.md#0x1_vesting_VestingContract " >VestingContract</ a > & gt ; {contract_address: vesting_contract_address};
3810
+ <b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >{contract_address: vesting_contract_address};
3811
3811
<b >let</b > vesting_contract = <b >global</b >< ; <a href =" vesting.md#0x1_vesting_VestingContract " >VestingContract</a >> ; (vesting_contract_address);
3812
3812
<b >let</b > staker = vesting_contract_address;
3813
3813
<b >let</b > operator = vesting_contract.staking.operator;
@@ -3881,7 +3881,7 @@ This address should be deterministic for the same admin and vesting contract cre
3881
3881
3882
3882
3883
3883
3884
- <pre ><code ><b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >& lt ; < a href = " vesting.md#0x1_vesting_VestingContract " >VestingContract</ a > & gt ; {contract_address: vesting_contract_address};
3884
+ <pre ><code ><b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >{contract_address: vesting_contract_address};
3885
3885
</code ></pre >
3886
3886
3887
3887
@@ -3908,7 +3908,7 @@ This address should be deterministic for the same admin and vesting contract cre
3908
3908
3909
3909
3910
3910
<pre ><code ><b >pragma</b > opaque;
3911
- <b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >& lt ; < a href = " vesting.md#0x1_vesting_VestingContract " >VestingContract</ a > & gt ; {contract_address: vesting_contract_address};
3911
+ <b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >{contract_address: vesting_contract_address};
3912
3912
<b >ensures</b > [abstract] result == <a href =" vesting.md#0x1_vesting_spec_shareholder " >spec_shareholder</a >(vesting_contract_address, shareholder_or_beneficiary);
3913
3913
</code ></pre >
3914
3914
@@ -4062,7 +4062,7 @@ This address should be deterministic for the same admin and vesting contract cre
4062
4062
4063
4063
4064
4064
<pre ><code ><b >pragma</b > verify = <b >false</b >;
4065
- <b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >& lt ; < a href = " vesting.md#0x1_vesting_VestingContract " >VestingContract</ a > & gt ; ;
4065
+ <b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >;
4066
4066
<b >let</b > vesting_contract = <b >global</b >< ; <a href =" vesting.md#0x1_vesting_VestingContract " >VestingContract</a >> ; (contract_address);
4067
4067
<b >include</b > <a href =" vesting.md#0x1_vesting_WithdrawStakeAbortsIf " >WithdrawStakeAbortsIf</a > { vesting_contract };
4068
4068
</code ></pre >
@@ -4098,7 +4098,7 @@ This address should be deterministic for the same admin and vesting contract cre
4098
4098
4099
4099
4100
4100
<pre ><code ><b >pragma</b > verify = <b >false</b >;
4101
- <b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >& lt ; < a href = " vesting.md#0x1_vesting_VestingContract " >VestingContract</ a > & gt ; ;
4101
+ <b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >;
4102
4102
<b >let</b > vesting_contract = <b >global</b >< ; <a href =" vesting.md#0x1_vesting_VestingContract " >VestingContract</a >> ; (contract_address);
4103
4103
<b >include</b > <a href =" vesting.md#0x1_vesting_WithdrawStakeAbortsIf " >WithdrawStakeAbortsIf</a > { vesting_contract };
4104
4104
</code ></pre >
@@ -4475,7 +4475,7 @@ This address should be deterministic for the same admin and vesting contract cre
4475
4475
4476
4476
4477
4477
4478
- <pre ><code ><b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >& lt ; < a href = " vesting.md#0x1_vesting_VestingContract " >VestingContract</ a > & gt ; ;
4478
+ <pre ><code ><b >include</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >;
4479
4479
</code ></pre >
4480
4480
4481
4481
@@ -4635,7 +4635,7 @@ This address should be deterministic for the same admin and vesting contract cre
4635
4635
<a id =" 0x1_vesting_ActiveVestingContractAbortsIf " ></a >
4636
4636
4637
4637
4638
- <pre ><code ><b >schema</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a >& lt ; < a href = " vesting.md#0x1_vesting_VestingContract " >VestingContract</ a > & gt ; {
4638
+ <pre ><code ><b >schema</b > <a href =" vesting.md#0x1_vesting_ActiveVestingContractAbortsIf " >ActiveVestingContractAbortsIf</a > {
4639
4639
contract_address: <b >address</b >;
4640
4640
// This enforces <a id =" high-level-spec-5 " href =" #high-level-req " >high-level requirement 5</a >:
4641
4641
<b >aborts_if</b > !<b >exists</b >< ; <a href =" vesting.md#0x1_vesting_VestingContract " >VestingContract</a >> ; (contract_address);
0 commit comments